This commit is contained in:
liuye
2024-07-24 16:10:35 +08:00
parent 8ce07854c2
commit 73e4f05826

View File

@@ -68,7 +68,7 @@ export default {
item.isPlay = false
}
})
this.messageList = this.current == 1 ? res.data.records : [...res.data.records, ...this.messageList]
this.messageList = this.current == 1 ? res.data.records : [...this.messageList, ...res.data.records]
var idPage = res.data.records.length-1
this.$nextTick(() => {
uni.pageScrollTo({