反馈修改-0718

master
Lee-1203 2022-07-18 16:14:26 +08:00
parent 589d4a46e1
commit 7bb4796afe
3 changed files with 3 additions and 1 deletions

View File

@ -83,6 +83,7 @@
newArr.push(obj); newArr.push(obj);
}) })
this.listData = newArr; this.listData = newArr;
uni.hideLoading();
this.isLoading = true; this.isLoading = true;
}else{ }else{
this.$toolAll.tools.showToast(res.msg); this.$toolAll.tools.showToast(res.msg);

File diff suppressed because one or more lines are too long

View File

@ -217,6 +217,7 @@ __webpack_require__.r(__webpack_exports__);
newArr.push(obj); newArr.push(obj);
}); });
_this.listData = newArr; _this.listData = newArr;
uni.hideLoading();
_this.isLoading = true; _this.isLoading = true;
} else { } else {
_this.$toolAll.tools.showToast(res.msg); _this.$toolAll.tools.showToast(res.msg);