From b8b418e1f7c9198ede5f39c06e5ed61f720262b5 Mon Sep 17 00:00:00 2001 From: wxl <727869402@qq.com> Date: Sun, 12 Jan 2025 02:14:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=B7=E6=B1=82=E8=81=8A=E5=A4=A9=E6=80=BB?= =?UTF-8?q?=E6=95=B0=20=E8=AE=BE=E7=BD=AE=E5=B7=B2=E8=AF=BB=E6=94=B9?= =?UTF-8?q?=E4=B8=BAwebsocket=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/common/Im.vue | 4 ---- 1 file changed, 4 deletions(-) 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