mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 03:46:43 +08:00
调整卡单点击支付加载中。。。loading的提示位置
This commit is contained in:
@@ -773,13 +773,6 @@ export default {
|
|||||||
}
|
}
|
||||||
// })
|
// })
|
||||||
} else {
|
} else {
|
||||||
this.$toast.loading({
|
|
||||||
duration: 0, // 持续展示 toast
|
|
||||||
forbidClick: true, // 禁用背景点击
|
|
||||||
loadingType: 'spinner',
|
|
||||||
message: '加载中……'
|
|
||||||
})
|
|
||||||
|
|
||||||
// if (!flag) {
|
// if (!flag) {
|
||||||
// let rs = await this.underWrite()
|
// let rs = await this.underWrite()
|
||||||
|
|
||||||
@@ -800,6 +793,12 @@ export default {
|
|||||||
message: `2023年9月1日起生效的惠桂保保单,不能参保的5类既往症中增加了“神经性耳聋”,敬请注意!`,
|
message: `2023年9月1日起生效的惠桂保保单,不能参保的5类既往症中增加了“神经性耳聋”,敬请注意!`,
|
||||||
})
|
})
|
||||||
.then(() => {
|
.then(() => {
|
||||||
|
this.$toast.loading({
|
||||||
|
duration: 0, // 持续展示 toast
|
||||||
|
forbidClick: true, // 禁用背景点击
|
||||||
|
loadingType: 'spinner',
|
||||||
|
message: '加载中……'
|
||||||
|
})
|
||||||
this.acceptInsurance()
|
this.acceptInsurance()
|
||||||
})
|
})
|
||||||
.catch(() => {
|
.catch(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user