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