Browse Source

修改代理提现页、提现历史页路由

master
yangrz 2 years ago
parent
commit
b8f01b7ded
  1. 4
      agentApp/pages.json
  2. 2
      agentApp/pages/account-opened/account-opened.vue
  3. 2
      agentApp/pages/agent-index/index.vue
  4. 0
      agentApp/pages/agent-withdraw-history/agent-withdraw-history.vue
  5. 2
      agentApp/pages/agent-withdraw/agent-withdraw.vue
  6. 6
      agentApp/pages/allpages/index.vue
  7. 2
      agentApp/pages/cashdetail/cashdetail.vue

4
agentApp/pages.json

@ -42,7 +42,7 @@
} }
}, },
{ {
"path": "pages/cash/cash",
"path": "pages/agent-withdraw/agent-withdraw",
"style": { "style": {
"navigationBarTitleText": "代理提现", "navigationBarTitleText": "代理提现",
"navigationBarBackgroundColor": "#1783FF", "navigationBarBackgroundColor": "#1783FF",
@ -58,7 +58,7 @@
} }
}, },
{ {
"path": "pages/history/history",
"path": "pages/agent-withdraw-history/agent-withdraw-history",
"style": { "style": {
"navigationBarTitleText": "代理提现历史", "navigationBarTitleText": "代理提现历史",
"navigationBarBackgroundColor": "#1783FF", "navigationBarBackgroundColor": "#1783FF",

2
agentApp/pages/account-opened/account-opened.vue

@ -91,7 +91,7 @@ export default {
methods: { methods: {
cashManager() { cashManager() {
uni.navigateTo({ uni.navigateTo({
url: '/pages/history/history'
url: '/pages/agent-withdraw-history/agent-withdraw-history'
}); });
} }
} }

2
agentApp/pages/agent-index/index.vue

@ -115,7 +115,7 @@
}, },
cashManager() { cashManager() {
uni.navigateTo({ uni.navigateTo({
url: '/pages/cash/cash'
url: '/pages/agent-withdraw/agent-withdraw'
}); });
} }
}, },

0
agentApp/pages/history/history.vue → agentApp/pages/agent-withdraw-history/agent-withdraw-history.vue

2
agentApp/pages/cash/cash.vue → agentApp/pages/agent-withdraw/agent-withdraw.vue

@ -213,7 +213,7 @@
}, },
cashManager() { cashManager() {
uni.navigateTo({ uni.navigateTo({
url: '/pages/history/history'
url: '/pages/agent-withdraw-history/agent-withdraw-history'
}); });
}, },
getSysConfig() { getSysConfig() {

6
agentApp/pages/allpages/index.vue

@ -58,7 +58,7 @@
case 17: case 17:
uni.navigateTo({ uni.navigateTo({
url: '/pages/history/history'
url: '/pages/agent-withdraw-history/agent-withdraw-history'
}); });
break; break;
case 20: case 20:
@ -100,7 +100,7 @@
break; break;
case 11: case 11:
uni.navigateTo({ uni.navigateTo({
url: '/pages/cash/cash'
url: '/pages/agent-withdraw/agent-withdraw'
}); });
break; break;
case 12: case 12:
@ -110,7 +110,7 @@
break; break;
case 13: case 13:
uni.navigateTo({ uni.navigateTo({
url: '/pages/history/history'
url: '/pages/agent-withdraw-history/agent-withdraw-history'
}); });
break; break;
default: default:

2
agentApp/pages/cashdetail/cashdetail.vue

@ -91,7 +91,7 @@ export default {
methods: { methods: {
cashManager() { cashManager() {
uni.navigateTo({ uni.navigateTo({
url: '/pages/history/history'
url: '/pages/agent-withdraw-history/agent-withdraw-history'
}); });
} }
} }

Loading…
Cancel
Save