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 { }