This commit is contained in:
wanglei
2021-12-06 11:19:53 +08:00
parent 1608449e86
commit a18528bc8b
2 changed files with 1 additions and 1 deletions

View File

@@ -249,7 +249,6 @@ export default {
if (this.current > 1 && this.current > res.data.pages) {
this.status = "已经到底啦"
}
this.$initWxOpenData()
this.dataList = this.current > 1 ? [...this.dataList, ...res.data.records] : res.data.records
}
})

View File

@@ -47,6 +47,7 @@
},
change(val) {
this.current = val;
this.list = [];
this.getList();
}
},