diff --git a/common/config.js b/common/config.js index d981d33..3b8af44 100644 --- a/common/config.js +++ b/common/config.js @@ -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", // 网页支付订单 diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue index 2483be5..a6de0d1 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -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, diff --git a/custom-tab-bar/index.js b/custom-tab-bar/index.js index 5ee6db9..f8540ef 100644 --- a/custom-tab-bar/index.js +++ b/custom-tab-bar/index.js @@ -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": "盒柜" diff --git a/package/index/leitai.vue b/package/index/leitai.vue index 65ce1e6..1e88538 100644 --- a/package/index/leitai.vue +++ b/package/index/leitai.vue @@ -716,7 +716,7 @@ export default { this.$c.to({ type: 3, - url: "/pages/hegui/hegui", + url: "/pages/kit/kit", }); }, diff --git a/package/index/lian-ji.vue b/package/index/lian-ji.vue index 0dccfa4..e92ca1e 100644 --- a/package/index/lian-ji.vue +++ b/package/index/lian-ji.vue @@ -695,7 +695,7 @@ this.$c.to({ type: 3, - url: '/pages/hegui/hegui' + url: '/pages/kit/kit' }) }, diff --git a/pages.json b/pages.json index acd5ed5..0f662bc 100644 --- a/pages.json +++ b/pages.json @@ -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": "盒柜" diff --git a/pages/hegui/hegui.vue b/pages/kit/kit.vue similarity index 100% rename from pages/hegui/hegui.vue rename to pages/kit/kit.vue diff --git a/pages/shouye/detail.vue b/pages/shouye/detail.vue index bc28f96..41bd16a 100644 --- a/pages/shouye/detail.vue +++ b/pages/shouye/detail.vue @@ -566,7 +566,7 @@ export default { this.$c.to({ type: 3, - url: "/pages/hegui/hegui", + url: "/pages/kit/kit", }); }, diff --git a/pages/shouye/detail_wuxian.vue b/pages/shouye/detail_wuxian.vue index f131862..68e5d16 100644 --- a/pages/shouye/detail_wuxian.vue +++ b/pages/shouye/detail_wuxian.vue @@ -470,7 +470,7 @@ export default { this.$refs.resPop.close(); this.$c.to({ type: 3, - url: '/pages/hegui/hegui' + url: '/pages/kit/kit' }) }, diff --git a/pages/shouye/index.vue b/pages/shouye/index.vue index 810ddf6..212ecf7 100644 --- a/pages/shouye/index.vue +++ b/pages/shouye/index.vue @@ -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() { diff --git a/pages/shouye/yaoqing_ranking.vue b/pages/shouye/invite_ranking.vue similarity index 100% rename from pages/shouye/yaoqing_ranking.vue rename to pages/shouye/invite_ranking.vue