From 7082d19d6ad86e5ce42e42dc4fd9dfad946fcd22 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Tue, 25 Jul 2023 15:47:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8D=A1=E5=8D=95=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=94=AF=E4=BB=98=E5=A2=9E=E5=8A=A0=E9=93=B6=E8=A1=8C?= =?UTF-8?q?=E5=8D=A1=E6=94=AF=E4=BB=98=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/cardList/Pay.vue | 38 ++++++++++++++------------------- 1 file changed, 16 insertions(+), 22 deletions(-) diff --git a/src/views/ebiz/cardList/Pay.vue b/src/views/ebiz/cardList/Pay.vue index f317552e6..4855f8575 100644 --- a/src/views/ebiz/cardList/Pay.vue +++ b/src/views/ebiz/cardList/Pay.vue @@ -742,31 +742,25 @@ export default { 支付之前要先保存银行账户信息 */ let res = await saveOrUpdateAccount(data) - // .then(res => { - console.log('res', res) this.$toast.clear() if (res.result == '0') { - this.$toast.loading({ - duration: 0, // 持续展示 toast - forbidClick: true, // 禁用背景点击 - loadingType: 'spinner', - message: '加载中……' + Dialog.alert({ + title: '特别提醒', + messageAlign: 'left', + confirmButtonText: '确认', + message: `2023年9月1日起生效的惠桂保保单,不能参保的5类既往症中增加了“神经性耳聋”,敬请注意!`, + }) + .then(() => { + this.$toast.loading({ + duration: 0, // 持续展示 toast + forbidClick: true, // 禁用背景点击 + loadingType: 'spinner', + message: '加载中……' + }) + this.acceptInsurance() + }) + .catch(() => { }) - - // if (!flag) { - // let rs = await this.underWrite() - - // if (rs.result != '0') { - // this.$toast.clear() - // return this.$toast(rs.resultMessage) - // } - - // if (rs.uwResult != '02') { - // return this.$toast(rs.message) - // } - // } - - this.acceptInsurance() } else { this.$toast(res.resultMessage) this.isLoading = false