记录
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
|||||||
item.isPlay = false
|
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
|
var idPage = res.data.records.length-1
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
uni.pageScrollTo({
|
uni.pageScrollTo({
|
||||||
|
|||||||
Reference in New Issue
Block a user