25235
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user