From ebe76499a5c66d77b6e49788d5ac3bab058cae54 Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Fri, 8 May 2026 09:33:34 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F)=EF=BC=9A[#5175]=20=E7=94=A8=E6=88=B7=E5=9C=A8?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=AE=A2=E6=9C=8D=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8F=91=E9=80=81=E5=95=86=E5=93=81=E5=8D=A1=E7=89=87=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E7=82=B9=E5=87=BB=E8=BF=9B=E5=85=A5=E8=AF=A5=E5=95=86?= =?UTF-8?q?=E5=93=81=E5=8D=A1=E7=89=87=E8=AF=A6=E6=83=85=E9=A1=B5=EF=BC=8C?= =?UTF-8?q?=E5=86=8D=E8=BF=94=E5=9B=9E=E5=AE=A2=E6=9C=8D=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E7=B3=BB=E7=BB=9F=E4=BC=9A=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=87=8D=E5=A4=8D=E5=BC=B9=E5=87=BA=E4=B8=80=E6=9D=A1=E7=9B=B8?= =?UTF-8?q?=E5=90=8C=E7=9A=84=E5=95=86=E5=93=81=E5=8D=A1=E7=89=87=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_common/views/room.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_common/views/room.vue b/pkg_common/views/room.vue index 7706a36..cf598e5 100644 --- a/pkg_common/views/room.vue +++ b/pkg_common/views/room.vue @@ -137,6 +137,7 @@ export default { onShow() { this.content = uni.getStorageSync(this.merName+this.uid+this.storeId) this.connectSocketInit(); + this.list = [] }, onUnload() { if (this.socketOpen) { @@ -158,7 +159,6 @@ export default { }, methods: { toGoods(item) { - console.log(item); const itemJson = JSON.parse(item.msg_content) if(!itemJson.goodsId) { // 提示数据错误