shish 4 سال پیش
والد
کامیت
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
         params = {...params,id:this.option.orderId}
       }
+      uni.showLoading({mask:true})
       Fn(params).then((res) => {
+        uni.hideLoading()
         if(res.code == 1){
           this.removeFromSaveDirect()
           const {data: { id, orderSn,actPrice }} = res;