From 9edafb7a566b5e1008217e51fbc117d27488014c Mon Sep 17 00:00:00 2001 From: "luoJunYong.123" Date: Fri, 25 Mar 2022 11:58:46 +0800 Subject: [PATCH] update --- .../list/personal/currentAccount/accountCancellation.vue | 5 +++++ 1 file changed, 5 insertions(+) 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() {