优化我的足迹
parent
ebf0d585fc
commit
68cdcd8587
|
@ -116,12 +116,12 @@
|
||||||
uni.stopPullDownRefresh();
|
uni.stopPullDownRefresh();
|
||||||
uni.hideLoading();
|
uni.hideLoading();
|
||||||
if (res.statusCode == 200) {
|
if (res.statusCode == 200) {
|
||||||
res.data.result &&
|
res.data.result.records.length &&
|
||||||
res.data.result.forEach((item) => {
|
res.data.result.records.forEach((item) => {
|
||||||
item.show = false;
|
item.show = false;
|
||||||
});
|
});
|
||||||
|
|
||||||
let data = res.data.result;
|
let data = res.data.result.records;
|
||||||
if (data.total == 0) {
|
if (data.total == 0) {
|
||||||
this.whetherEmpty = true;
|
this.whetherEmpty = true;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue