Forráskód Böngészése

切换无感失败,hideLoading

gcz 3 éve
szülő
commit
b3c0acc9fb
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -397,7 +397,7 @@ export default {
       });
 	  console.log('this.recordList[1]',this.recordList[1]);
 	  console.log('orderNav',this.orderNav)
-	  if(!this.recordList[1]){return}
+	  if(!this.recordList[1]){uni.hideLoading();return}
       this.$u.api.feePay({ vehicleId: this.recordList[1] })
         .then(res => {
 			console.log('res',res);