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

1.新增交行开户协议;

parent ee16ea61
......@@ -286,19 +286,24 @@
"enablePullDownRefresh": false
}
},{
"path" : "pages/recharging/recharging",
"style" :
{
}, {
"path": "pages/recharging/recharging",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "充值申请成功",
"enablePullDownRefresh": false
}
}, {
"path": "pages/OpenAccountAgreement/OpenAccountAgreement",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "三类户开户协议",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
......
......@@ -287,11 +287,17 @@
methods: {
// 更换银行卡
async ChangeBankPay() {
uni.showModal({
title: "系统提示",
content: "功能开发中!"
})
return
uni.showLoading({
mask: true,
title: "请稍后...."
});
this.BackToMini('AssignAddCard')
uni.hideLoading()
},
// 验证码弹出框开启
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