修改名称
This commit is contained in:
parent
69b5adb1aa
commit
8da5ac8b62
|
|
@ -18,7 +18,7 @@ export const whiteList = [
|
|||
"pages/shouye/huanxiang", // 换箱页面
|
||||
"pages/mall/index", // 商城首页
|
||||
"pages/shouye/detail_wuxian", // 无限详情页
|
||||
"pages/hegui/hegui", // 盒柜页面
|
||||
"pages/kit/kit", // 盒柜页面
|
||||
"pages/infinite/index", // 福利首页
|
||||
"pages/user/index", // 用户中心
|
||||
"pages/infinite/daily_check_in", // 每日签到
|
||||
|
|
@ -27,7 +27,7 @@ export const whiteList = [
|
|||
"pages/shouye/danye", // 单页
|
||||
"pages/guize/guize", // 规则页面
|
||||
"pages/shouye/dada_ranking", // 达达排行榜
|
||||
"pages/shouye/yaoqing_ranking", // 邀请排行榜
|
||||
"pages/shouye/invite_ranking", // 邀请排行榜
|
||||
"pages/user/login", // 登录页面
|
||||
"pages/shouye/slots",
|
||||
"pages/other/web-pay-order", // 网页支付订单
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@
|
|||
icon: '/static/tabbar/hegui.png',
|
||||
actIcon: '/static/tabbar/hegui_sel.png',
|
||||
title: '盒柜',
|
||||
path: '/pages/hegui/hegui'
|
||||
path: '/pages/kit/kit'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
|
|
@ -109,7 +109,7 @@
|
|||
icon: '/static/tabbar/hegui.png',
|
||||
actIcon: '/static/tabbar/hegui_sel.png',
|
||||
title: '盒柜',
|
||||
path: '/pages/hegui/hegui'
|
||||
path: '/pages/kit/kit'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ Component({
|
|||
},
|
||||
{
|
||||
"index": 3,
|
||||
"pagePath": "/pages/hegui/hegui",
|
||||
"pagePath": "/pages/kit/kit",
|
||||
"iconPath": "/static/tab/n3.png",
|
||||
"selectedIconPath": "/static/tab/s3.png",
|
||||
"text": "盒柜"
|
||||
|
|
|
|||
|
|
@ -716,7 +716,7 @@ export default {
|
|||
|
||||
this.$c.to({
|
||||
type: 3,
|
||||
url: "/pages/hegui/hegui",
|
||||
url: "/pages/kit/kit",
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -695,7 +695,7 @@
|
|||
|
||||
this.$c.to({
|
||||
type: 3,
|
||||
url: '/pages/hegui/hegui'
|
||||
url: '/pages/kit/kit'
|
||||
})
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -222,7 +222,7 @@
|
|||
},
|
||||
|
||||
{
|
||||
"path": "pages/shouye/yaoqing_ranking",
|
||||
"path": "pages/shouye/invite_ranking",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false,
|
||||
|
|
@ -355,7 +355,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/hegui/hegui",
|
||||
"path": "pages/kit/kit",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
|
|
@ -468,7 +468,7 @@
|
|||
"text": "商城"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/hegui/hegui",
|
||||
"pagePath": "pages/kit/kit",
|
||||
"iconPath": "static/tab/n3.png",
|
||||
"selectedIconPath": "static/tab/c3.png",
|
||||
"text": "盒柜"
|
||||
|
|
|
|||
|
|
@ -566,7 +566,7 @@ export default {
|
|||
|
||||
this.$c.to({
|
||||
type: 3,
|
||||
url: "/pages/hegui/hegui",
|
||||
url: "/pages/kit/kit",
|
||||
});
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -470,7 +470,7 @@ export default {
|
|||
this.$refs.resPop.close();
|
||||
this.$c.to({
|
||||
type: 3,
|
||||
url: '/pages/hegui/hegui'
|
||||
url: '/pages/kit/kit'
|
||||
})
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -372,7 +372,7 @@
|
|||
this.$customRouter.navigateTo("/pages/shouye/ranking");
|
||||
},
|
||||
toyaqingRanking() {
|
||||
this.$customRouter.navigateTo("/pages/shouye/yaoqing_ranking");
|
||||
this.$customRouter.navigateTo("/pages/shouye/invite_ranking");
|
||||
},
|
||||
|
||||
jumapSlots() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user