From 2dda705fcce3a577b5e8e749c2f12e529babb600 Mon Sep 17 00:00:00 2001
From: blue <825657193@qq.com>
Date: Tue, 30 Apr 2024 13:59:51 +0800
Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=20=E7=82=B9=E5=87=BB=E8=AF=AD?=
=?UTF-8?q?=E9=9F=B3=E6=B6=88=E6=81=AF=E6=97=A0=E5=8F=8D=E5=BA=94=E7=9A=84?=
=?UTF-8?q?bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
im-uniapp/pages/chat/chat-box.vue | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/im-uniapp/pages/chat/chat-box.vue b/im-uniapp/pages/chat/chat-box.vue
index b031a6c..08702a6 100644
--- a/im-uniapp/pages/chat/chat-box.vue
+++ b/im-uniapp/pages/chat/chat-box.vue
@@ -72,7 +72,7 @@
文件
-
+
语音消息
@@ -542,8 +542,6 @@
},
readedMessage() {
if(this.unreadCount == 0){
-
- console.log("0000000000")
return;
}
let url = ""
@@ -675,8 +673,6 @@
this.$store.commit("activeChat", options.chatIdx);
// 复位回执消息
this.isReceipt = false;
- },
- onShow() {
// 页面滚到底部
this.scrollToBottom();
},