This commit is contained in:
wanglei
2021-12-06 11:08:32 +08:00
parent 160ddec627
commit 1608449e86

View File

@@ -249,6 +249,7 @@ 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
} }
}) })