shish 4 лет назад
Родитель
Сommit
52ce352464
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      ghsApp/src/admin/billing/affirm.vue

+ 2 - 0
ghsApp/src/admin/billing/affirm.vue

@@ -443,7 +443,9 @@ export default {
         Fn = updateOrder
         Fn = updateOrder
         params = {...params,id:this.option.orderId}
         params = {...params,id:this.option.orderId}
       }
       }
+      uni.showLoading({mask:true})
       Fn(params).then((res) => {
       Fn(params).then((res) => {
+        uni.hideLoading()
         if(res.code == 1){
         if(res.code == 1){
           this.removeFromSaveDirect()
           this.removeFromSaveDirect()
           const {data: { id, orderSn,actPrice }} = res;
           const {data: { id, orderSn,actPrice }} = res;