소스 검색

切换无感失败,hideLoading

gcz 3 년 전
부모
커밋
b3c0acc9fb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);