diff --git a/src/project/biaopin/AppDialogue/Record.vue b/src/project/biaopin/AppDialogue/Record.vue index 1e711b84..e50bf83f 100644 --- a/src/project/biaopin/AppDialogue/Record.vue +++ b/src/project/biaopin/AppDialogue/Record.vue @@ -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({