release: 临时紧急版本
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-10-29 12:39:01 +08:00
parent 8b55419643
commit d831ee932b
6 changed files with 17 additions and 20 deletions

View File

@@ -97,12 +97,12 @@ export default defineAppConfig({
selectedIconPath: 'static/tabbar/1-1.png',
text: '首页',
},
{
pagePath: 'pages/game/gamehome/index',
iconPath: 'static/tabbar/2-0.png',
selectedIconPath: 'static/tabbar/2-1.png',
text: '游戏',
},
// {
// pagePath: 'pages/game/gamehome/index',
// iconPath: 'static/tabbar/2-0.png',
// selectedIconPath: 'static/tabbar/2-1.png',
// text: '游戏',
// },
{
pagePath: 'pages/cart/index',
iconPath: 'static/tabbar/3-0.png',

View File

@@ -14,8 +14,8 @@
</view>
<view class="banner">
<view class="title"></view>
<navigator class="jf-btn" hover-class="none"></navigator>
<view class="footer">
<view class="jf-btn" hover-class="none"></view>
<!-- <view class="footer">
<navigator
hover-class="none"
class="btn-1"
@@ -29,7 +29,7 @@
hover-class="none"
class="btn-3"
url="/pages/fastBuy/index?type=2"></navigator>
</view>
</view> -->
</view>
<view class="navigation">
<view
@@ -41,12 +41,12 @@
<view class="text">{{ item.name }}</view>
</view>
</view>
<navigator
<!-- <navigator
class="ad"
url="/pages/marketing/yq/index"
open-type="navigate"
hover-class="none">
</navigator>
</navigator> -->
<MerList :get-user-location="getUserLocal" />
<Popup :imgArr="imgList" />
</view>

View File

@@ -43,7 +43,7 @@ const request = (
title: '提示',
content: '你当前未登录,是否前往登录?',
confirmText: '去登录',
cancelText: '先逛逛',
cancelText: '暂不登录',
success: ({ confirm }) => {
if (confirm) {
Taro.reLaunch({