From db8fb25da814e3d8ec7b97cdb5c1bbbed3b59e57 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Sun, 4 Jan 2026 15:27:31 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E5=88=86=E5=8C=85):=20=E6=8B=86=E5=88=86?= =?UTF-8?q?pages=5Fpromotion=E5=AD=90=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 463 +++++++++--------- pages_promotion/fenxiao/{ => core}/apply.vue | 0 .../fenxiao/{ => core}/goods_list.vue | 2 +- pages_promotion/fenxiao/{ => core}/index.vue | 2 +- pages_promotion/fenxiao/{ => core}/level.vue | 2 +- .../fenxiao/{ => core}/promote.vue | 0 .../fenxiao/{ => core}/promote_code.vue | 0 pages_promotion/fenxiao/{ => order}/order.vue | 2 +- .../fenxiao/{ => order}/order_detail.vue | 0 .../fenxiao/{ => relation}/child_fenxiao.vue | 0 .../fenxiao/{ => relation}/relation.vue | 2 +- .../fenxiao/{ => relation}/team.vue | 0 .../fenxiao/{ => stat}/ranking_list.vue | 0 .../fenxiao/{ => withdraw}/bill.vue | 0 .../fenxiao/{ => withdraw}/withdraw_apply.vue | 0 .../fenxiao/{ => withdraw}/withdraw_list.vue | 0 .../{ => withdraw}/withdrawal_detail.vue | 0 17 files changed, 249 insertions(+), 224 deletions(-) rename pages_promotion/fenxiao/{ => core}/apply.vue (100%) rename pages_promotion/fenxiao/{ => core}/goods_list.vue (99%) rename pages_promotion/fenxiao/{ => core}/index.vue (97%) rename pages_promotion/fenxiao/{ => core}/level.vue (97%) rename pages_promotion/fenxiao/{ => core}/promote.vue (100%) rename pages_promotion/fenxiao/{ => core}/promote_code.vue (100%) rename pages_promotion/fenxiao/{ => order}/order.vue (96%) rename pages_promotion/fenxiao/{ => order}/order_detail.vue (100%) rename pages_promotion/fenxiao/{ => relation}/child_fenxiao.vue (100%) rename pages_promotion/fenxiao/{ => relation}/relation.vue (96%) rename pages_promotion/fenxiao/{ => relation}/team.vue (100%) rename pages_promotion/fenxiao/{ => stat}/ranking_list.vue (100%) rename pages_promotion/fenxiao/{ => withdraw}/bill.vue (100%) rename pages_promotion/fenxiao/{ => withdraw}/withdraw_apply.vue (100%) rename pages_promotion/fenxiao/{ => withdraw}/withdraw_list.vue (100%) rename pages_promotion/fenxiao/{ => withdraw}/withdrawal_detail.vue (100%) diff --git a/pages.json b/pages.json index 19936b6..e35a47d 100644 --- a/pages.json +++ b/pages.json @@ -111,18 +111,17 @@ ] }, { - //******************营销活动模块(26)****************** - "root": "pages_promotion", + //******************积分模块分包****************** + "root": "pages_promotion/point", "pages": [ - //----------积分模块(2)---------- { - "path": "point/list", + "path": "list", "style": { "navigationStyle": "custom" } }, { - "path": "point/goods_list", + "path": "goods_list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -130,7 +129,7 @@ } }, { - "path": "point/detail", + "path": "detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -138,13 +137,13 @@ } }, { - "path": "point/payment", + "path": "payment", "style": { "navigationStyle": "custom" } }, { - "path": "point/order_list", + "path": "order_list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -152,16 +151,21 @@ } }, { - "path": "point/result", + "path": "result", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } - }, - //****************** 商户 ****************** + } + ] + }, + { + //******************商户模块分包****************** + "root": "pages_promotion/merch", + "pages": [ { - "path": "merch/merchcategory", + "path": "merchcategory", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", @@ -170,17 +174,22 @@ } }, { - "path": "merch/detail", + "path": "detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", // #endif "navigationBarTitleText": "商户首页" } - }, - //****************** 分销 ****************** + } + ] + }, + { + //******************分销核心模块分包****************** + "root": "pages_promotion/fenxiao/core", + "pages": [ { - "path": "fenxiao/index", + "path": "index", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -188,7 +197,7 @@ } }, { - "path": "fenxiao/promote", + "path": "promote", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -196,7 +205,7 @@ } }, { - "path": "fenxiao/apply", + "path": "apply", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -204,7 +213,7 @@ } }, { - "path": "fenxiao/order", + "path": "promote_code", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -212,7 +221,7 @@ } }, { - "path": "fenxiao/relation", + "path": "level", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -220,7 +229,21 @@ } }, { - "path": "fenxiao/order_detail", + "path": "goods_list", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + } + ] + }, + { + //******************分销订单模块分包****************** + "root": "pages_promotion/fenxiao/order", + "pages": [ + { + "path": "order", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -228,7 +251,21 @@ } }, { - "path": "fenxiao/team", + "path": "order_detail", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + } + ] + }, + { + //******************分销提现模块分包****************** + "root": "pages_promotion/fenxiao/withdraw", + "pages": [ + { + "path": "withdraw_apply", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -236,7 +273,7 @@ } }, { - "path": "fenxiao/withdraw_apply", + "path": "withdraw_list", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -244,7 +281,7 @@ } }, { - "path": "fenxiao/withdraw_list", + "path": "withdrawal_detail", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -252,7 +289,21 @@ } }, { - "path": "fenxiao/withdrawal_detail", + "path": "bill", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + } + ] + }, + { + //******************分销关系模块分包****************** + "root": "pages_promotion/fenxiao/relation", + "pages": [ + { + "path": "relation", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -260,7 +311,7 @@ } }, { - "path": "fenxiao/promote_code", + "path": "team", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" @@ -268,40 +319,7 @@ } }, { - "path": "fenxiao/level", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "fenxiao/goods_list", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "fenxiao/bill", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "fenxiao/ranking_list", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom", - // #endif - "navigationBarTitleText": "排行榜" - } - }, - { - "path": "fenxiao/child_fenxiao", + "path": "child_fenxiao", "style": { // #ifdef APP-PLUS "navigationStyle": "custom", @@ -312,45 +330,25 @@ ] }, { - //*****************其他模块(26)****************** - "root": "pages_tool", + //******************分销统计模块分包****************** + "root": "pages_promotion/fenxiao/stat", "pages": [ { - "path": "agreement/contenr", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "vr/index", - "style": { - "navigationBarTitleText": "" - } - }, - { - "path": "contact/contact", - "style": { - "navigationBarTitleText": "电子名片" - } - }, - { - "path": "webview/webview", + "path": "ranking_list", "style": { // #ifdef APP-PLUS - "navigationStyle": "custom" + "navigationStyle": "custom", // #endif + "navigationBarTitleText": "排行榜" } - }, - { - "path": "index/diy", - "style": { - // #ifdef MP-WEIXIN - // "navigationStyle": "custom", - // #endif - "enablePullDownRefresh": true - } - }, - //******************会员模块(20)****************** + } + ] + }, + { + //******************工具模块分包****************** + "root": "pages_tool", + "pages": [ + // 会员模块 { "path": "member/index", "style": { @@ -588,16 +586,15 @@ // #endif } }, - //******************登录模块****************** { - "path": "login/find", + "path": "member/invite_friends", "style": { // #ifdef APP-PLUS "navigationStyle": "custom" // #endif } }, - //******************商品模块****************** + // 商品模块 { "path": "goods/coupon", "style": { @@ -646,124 +643,7 @@ // #endif } }, - //******************CMS模块(6)****************** - { - "path": "help/list", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "help/detail", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "notice/list", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "notice/detail", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "article/list", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "article/detail", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - //******************会员充值(4)****************** - { - "path": "recharge/list", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom", - // #endif - "scrollEnabled": true // 禁止页面滚动 - } - }, - { - "path": "recharge/order_list", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - //******************邀请****************** - { - "path": "member/invite_friends", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - //******************支付模块(2)****************** - { - "path": "pay/index", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "pay/wx_pay", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "pay/result", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "pay/cashier", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - { - "path": "storeclose/storeclose", - "style": { - // #ifdef APP-PLUS - "navigationStyle": "custom" - // #endif - } - }, - //******************订单模块(2)****************** + // 订单模块 { "path": "order/logistics", "style": { @@ -837,7 +717,155 @@ // #endif } }, - //******************登录模块(3)****************** + // 其他模块 + { + "path": "agreement/contenr", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "vr/index", + "style": { + "navigationBarTitleText": "" + } + }, + { + "path": "contact/contact", + "style": { + "navigationBarTitleText": "电子名片" + } + }, + { + "path": "webview/webview", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "index/diy", + "style": { + // #ifdef MP-WEIXIN + // "navigationStyle": "custom", + // #endif + "enablePullDownRefresh": true + } + }, + { + "path": "login/find", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "help/list", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "help/detail", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "notice/list", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "notice/detail", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "article/list", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "article/detail", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "recharge/list", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom", + // #endif + "scrollEnabled": true // 禁止页面滚动 + } + }, + { + "path": "recharge/order_list", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "pay/index", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "pay/wx_pay", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "pay/result", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "pay/cashier", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, + { + "path": "storeclose/storeclose", + "style": { + // #ifdef APP-PLUS + "navigationStyle": "custom" + // #endif + } + }, { "path": "login/login", "style": { @@ -862,7 +890,7 @@ "navigationStyle": "custom" // #endif } - }, + }, { "path": "weapp/order_shipping", "style": { @@ -872,7 +900,6 @@ "navigationBarTitleText": "小程序发货" } }, - //******************介质材料模块****************** { "path": "seal/structure", "style": { @@ -900,7 +927,6 @@ "navigationBarTitleText": "搜索结果" } }, - //******************案例展示****************** { "path": "cases/index", "style": { @@ -910,7 +936,6 @@ "navigationBarTitleText": "案例展示" } }, - //******************文件模块****************** { "path": "files/list", "style": { diff --git a/pages_promotion/fenxiao/apply.vue b/pages_promotion/fenxiao/core/apply.vue similarity index 100% rename from pages_promotion/fenxiao/apply.vue rename to pages_promotion/fenxiao/core/apply.vue diff --git a/pages_promotion/fenxiao/goods_list.vue b/pages_promotion/fenxiao/core/goods_list.vue similarity index 99% rename from pages_promotion/fenxiao/goods_list.vue rename to pages_promotion/fenxiao/core/goods_list.vue index e9ba3dd..55da2fe 100644 --- a/pages_promotion/fenxiao/goods_list.vue +++ b/pages_promotion/fenxiao/core/goods_list.vue @@ -133,7 +133,7 @@ diff --git a/pages_promotion/fenxiao/order_detail.vue b/pages_promotion/fenxiao/order/order_detail.vue similarity index 100% rename from pages_promotion/fenxiao/order_detail.vue rename to pages_promotion/fenxiao/order/order_detail.vue diff --git a/pages_promotion/fenxiao/child_fenxiao.vue b/pages_promotion/fenxiao/relation/child_fenxiao.vue similarity index 100% rename from pages_promotion/fenxiao/child_fenxiao.vue rename to pages_promotion/fenxiao/relation/child_fenxiao.vue diff --git a/pages_promotion/fenxiao/relation.vue b/pages_promotion/fenxiao/relation/relation.vue similarity index 96% rename from pages_promotion/fenxiao/relation.vue rename to pages_promotion/fenxiao/relation/relation.vue index f0e643b..b51e94e 100644 --- a/pages_promotion/fenxiao/relation.vue +++ b/pages_promotion/fenxiao/relation/relation.vue @@ -154,7 +154,7 @@ export default {