Commit 4f5caee7 authored by xieyishang's avatar xieyishang

addxx

parent 75e65e4d
......@@ -108,7 +108,7 @@
console.log('跳转到忘记密码')
uni.navigateTo({
url: '/pages/Paypassword/Paypassword'
url: '/pages/setPassword/setPayPassword'
});
},
cancel: function() {
......
......@@ -367,7 +367,7 @@
console.info(e);
this.$refs.VerifyIdentity.cancel();//关闭
let edata = e;
let edata = e;//验证码数据
delete edata.type;
this.params =edata;
this.cashUserFundFun(1);
......@@ -454,6 +454,7 @@
let res = await cashUserFund(can);
this.paymentPwd = "";
if(res.code==0){
this.paymentPwd = "";
......@@ -596,14 +597,16 @@
if(this.tabactive==1){
//提现到微信
this.cashUserFundFun();
// this.cashUserFundFun();
this.$refs.VerifyIdentity.show();
}else if(this.tabactive==2){
//提现到余额
//this.userTransferMoneyFun();
}else if(this.tabactive==3){
//提现到银行卡
this.cashUserFundFun();
// this.cashUserFundFun();
this.$refs.VerifyIdentity.show();
}
}
// uni.navigateTo({
......
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