diff --git a/web/src/views/common/Im.vue b/web/src/views/common/Im.vue index ea95530..60edda2 100644 --- a/web/src/views/common/Im.vue +++ b/web/src/views/common/Im.vue @@ -109,7 +109,6 @@ }, handleCancel(){ this.dialogVisible = false - this.contact = this.$options.data().contact }, submit(){ @@ -123,9 +122,6 @@ next(); }, handlePullMessages(contact, next) { - console.log('获取到总数'+this.contact.totalPage) - console.log('当前的总数'+this.contact.chatList.length) - if(this.contact.page>this.contact.totalPage){ error('没有记录了') return