Commit 1c5d4085 authored by 李智书's avatar 李智书

1.新增交行开户协议;

parent ee16ea61
...@@ -246,9 +246,9 @@ ...@@ -246,9 +246,9 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
{ {
"path": "pages/AgreementSZXY/agreement/main", "path": "pages/AgreementSZXY/agreement/main",
"style": { "style": {
...@@ -286,19 +286,24 @@ ...@@ -286,19 +286,24 @@
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
},{ }, {
"path" : "pages/recharging/recharging", "path": "pages/recharging/recharging",
"style" : "style": {
{ "navigationStyle": "custom",
"navigationBarTitleText": "充值申请成功",
"enablePullDownRefresh": false
}
}, {
"path": "pages/OpenAccountAgreement/OpenAccountAgreement",
"style": {
"navigationStyle": "custom", "navigationStyle": "custom",
"navigationBarTitleText": "充值申请成功", "navigationBarTitleText": "三类户开户协议",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }
], ],
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
......
...@@ -287,11 +287,17 @@ ...@@ -287,11 +287,17 @@
methods: { methods: {
// 更换银行卡 // 更换银行卡
async ChangeBankPay() { async ChangeBankPay() {
uni.showModal({
title: "系统提示",
content: "功能开发中!"
})
return
uni.showLoading({ uni.showLoading({
mask: true, mask: true,
title: "请稍后...." title: "请稍后...."
}); });
this.BackToMini('AssignAddCard') this.BackToMini('AssignAddCard')
uni.hideLoading()
}, },
// 验证码弹出框开启 // 验证码弹出框开启
toDeposit() { toDeposit() {
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment