反馈修改-0718
parent
589d4a46e1
commit
7bb4796afe
|
@ -83,6 +83,7 @@
|
|||
newArr.push(obj);
|
||||
})
|
||||
this.listData = newArr;
|
||||
uni.hideLoading();
|
||||
this.isLoading = true;
|
||||
}else{
|
||||
this.$toolAll.tools.showToast(res.msg);
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -217,6 +217,7 @@ __webpack_require__.r(__webpack_exports__);
|
|||
newArr.push(obj);
|
||||
});
|
||||
_this.listData = newArr;
|
||||
uni.hideLoading();
|
||||
_this.isLoading = true;
|
||||
} else {
|
||||
_this.$toolAll.tools.showToast(res.msg);
|
||||
|
|
Loading…
Reference in New Issue