From 5177f5881a367a77cdd555cdd66eb79506ddad8b Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Wed, 22 Jan 2025 00:00:06 +0800 Subject: [PATCH] =?UTF-8?q?Task=EF=BC=9A=E6=B6=88=E6=81=AF=E9=A1=B5?= =?UTF-8?q?=E6=94=B9=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_common/views/roomLogs.vue | 48 +++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/pkg_common/views/roomLogs.vue b/pkg_common/views/roomLogs.vue index 8742c8c..ca79a90 100644 --- a/pkg_common/views/roomLogs.vue +++ b/pkg_common/views/roomLogs.vue @@ -16,14 +16,21 @@ @click.stop="removeRoom(item.room_id)" > - + - - {{ item.store_name }} + + + {{ item.store_name }} + 官方 + 商家 + {{ item.last_msg.created_at }} - {{ item.last_msg.msg_type===0?item.last_msg.msg_content:'[图片]' }} + + {{ item.last_msg.msg_type===0?item.last_msg.msg_content:'[图片]' }} + {{ item.unread_num < 99 ? item.unread_num : '99+' }} + @@ -103,6 +110,37 @@ export default { }