mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 22:36:43 +08:00
【fix】 添加loading提示
This commit is contained in:
@@ -261,9 +261,15 @@ export default {
|
|||||||
localStorage.token = token
|
localStorage.token = token
|
||||||
localStorage.orderNo = orderNo
|
localStorage.orderNo = orderNo
|
||||||
this.isLoading = true
|
this.isLoading = true
|
||||||
|
this.$toast.loading({
|
||||||
|
duration: 0, // 持续展示 toast
|
||||||
|
forbidClick: true, // 禁用背景点击
|
||||||
|
loadingType: 'spinner',
|
||||||
|
message: '加载中……'
|
||||||
|
})
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.pay()
|
this.pay()
|
||||||
}, 1000)
|
}, 500)
|
||||||
}
|
}
|
||||||
// 再次支付 调详情 获取信息
|
// 再次支付 调详情 获取信息
|
||||||
this.getOrderDetail()
|
this.getOrderDetail()
|
||||||
|
|||||||
Reference in New Issue
Block a user