diff --git a/pages.json b/pages.json index 2c9b2311..fe3068d3 100644 --- a/pages.json +++ b/pages.json @@ -406,7 +406,18 @@ "title": "佣金排行榜", "group": "分销商城" } - } + }, { + "path": "withdraw", + "style": { + "navigationBarTitleText": "申请提现" + }, + "meta": { + "auth": true, + "sync": true, + "title": "申请提现", + "group": "分销商城" + } + } ] }, { @@ -552,18 +563,6 @@ "title": "充值记录", "group": "支付" } - }, - { - "path": "withdraw", - "style": { - "navigationBarTitleText": "申请提现" - }, - "meta": { - "auth": true, - "sync": true, - "title": "申请提现", - "group": "支付" - } } ] }, diff --git a/pages/pay/components/account-type-select.vue b/pages/commission/components/account-type-select.vue similarity index 98% rename from pages/pay/components/account-type-select.vue rename to pages/commission/components/account-type-select.vue index 6670443a..e79e4171 100644 --- a/pages/pay/components/account-type-select.vue +++ b/pages/commission/components/account-type-select.vue @@ -1,3 +1,4 @@ +