调整卡单点击支付加载中。。。loading的提示位置

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-07-25 15:43:59 +08:00
parent 8992c12004
commit 9a49e58faa

View File

@@ -773,13 +773,6 @@ export default {
}
// })
} else {
this.$toast.loading({
duration: 0, // 持续展示 toast
forbidClick: true, // 禁用背景点击
loadingType: 'spinner',
message: '加载中……'
})
// if (!flag) {
// let rs = await this.underWrite()
@@ -800,6 +793,12 @@ export default {
message: `2023年9月1日起生效的惠桂保保单不能参保的5类既往症中增加了“神经性耳聋”敬请注意`,
})
.then(() => {
this.$toast.loading({
duration: 0, // 持续展示 toast
forbidClick: true, // 禁用背景点击
loadingType: 'spinner',
message: '加载中……'
})
this.acceptInsurance()
})
.catch(() => {