shish пре 1 година
родитељ
комит
8b742a0589
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      ghsApp/src/admin/billing/toPay.vue

+ 3 - 0
ghsApp/src/admin/billing/toPay.vue

@@ -203,9 +203,12 @@ export default {
     },
     checkResult(){
       let that = this
+      uni.showLoading({mask:true})
       getDetail({ id:this.orderId}).then(res=>{
+        uni.hideLoading()
         if(res.code == 1){
           if(res.data.payStatus == 1){
+            this.$msg('付款成功')
             setTimeout(function(){
                 that.payFinish()
             },1000)