反馈修改-0718
parent
589d4a46e1
commit
7bb4796afe
|
@ -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
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue