diff --git a/src/pages/manage/list/personal/currentAccount/accountCancellation.vue b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue index 668de1c..c2c7461 100644 --- a/src/pages/manage/list/personal/currentAccount/accountCancellation.vue +++ b/src/pages/manage/list/personal/currentAccount/accountCancellation.vue @@ -171,6 +171,10 @@ export default{ setTipsOperate: 'system/setTipsOperate' }), submitForm(){ + if(!this.form.cardNumber || !this.form.userName) { + this.setTipsOperate('请先完成活期业务 -> 结清'); + return + } if(!this.form.drawPassword) { messagePassword() return @@ -179,6 +183,7 @@ export default{ messageIdCard() return } + this.visible = true }, submitForm2() {