@@ -431,7 +431,8 @@ Page({
}
this.setData({
list: data,
- total2: res.count
+ total2: res.count,
+ nodata: false
});
} else {
if (!ispullup) {
@@ -478,7 +479,8 @@ Page({
repairList: data,
- total: res.count
+ total: res.count,
@@ -544,7 +546,8 @@ Page({
setTimeout(() => {
completeList: data,
+ nodata2: false
wx.hideLoading();
}, 1500);