25232
This commit is contained in:
@@ -249,7 +249,6 @@ export default {
|
|||||||
if (this.current > 1 && this.current > res.data.pages) {
|
if (this.current > 1 && this.current > res.data.pages) {
|
||||||
this.status = "已经到底啦"
|
this.status = "已经到底啦"
|
||||||
}
|
}
|
||||||
this.$initWxOpenData()
|
|
||||||
this.dataList = this.current > 1 ? [...this.dataList, ...res.data.records] : res.data.records
|
this.dataList = this.current > 1 ? [...this.dataList, ...res.data.records] : res.data.records
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -47,6 +47,7 @@
|
|||||||
},
|
},
|
||||||
change(val) {
|
change(val) {
|
||||||
this.current = val;
|
this.current = val;
|
||||||
|
this.list = [];
|
||||||
this.getList();
|
this.getList();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user