Commit 3ebb17cb authored by 杨梦11's avatar 杨梦11

支付

parent efc19316
...@@ -515,7 +515,9 @@ export default { ...@@ -515,7 +515,9 @@ export default {
this.hideUpload = true; this.hideUpload = true;
} }
} else if (this.transfer_account == 0) { } else if (this.transfer_account == 0) {
this.dialogChoose = true; // this.dialogChoose = true;
//如果只有一个选择支付宝或者微信,直接跳转
this.confirmSignUpDialogFu = true;
} else if (this.transfer_account == 1) { } else if (this.transfer_account == 1) {
this.bankDialogVisible = true; this.bankDialogVisible = true;
if (this.fileList.length >= 1) { if (this.fileList.length >= 1) {
...@@ -565,7 +567,9 @@ export default { ...@@ -565,7 +567,9 @@ export default {
} else { } else {
// transfer_account 判断微信支付宝或者银行卡支付 // transfer_account 判断微信支付宝或者银行卡支付
if (this.transfer_account == 0) { if (this.transfer_account == 0) {
this.dialogChoose = true; // this.dialogChoose = true;
//如果只有一个选择支付宝或者微信,直接跳转
this.confirmSignUpDialogFu = true;
} else { } else {
this.bankDialogVisible = true; this.bankDialogVisible = true;
if (this.fileList.length >= 1) { if (this.fileList.length >= 1) {
......
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