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