From 032b35f06ba3416e84f5bcfe837f546743d673b1 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 20 Jun 2023 16:37:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E7=A6=81=E6=AD=A2=E6=8B=96?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pidu/AppConversation/conversationDetail.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/project/pidu/AppConversation/conversationDetail.vue b/src/project/pidu/AppConversation/conversationDetail.vue index 20910bcd..8a7c9f9f 100644 --- a/src/project/pidu/AppConversation/conversationDetail.vue +++ b/src/project/pidu/AppConversation/conversationDetail.vue @@ -75,7 +75,9 @@
- + + +

{{item.title}}

{{item.address}}

@@ -234,8 +236,8 @@ export default { params: { current: this.current, size: 10, - msgType: this.tabList[this.currentTabs].value, - // msgType: 'location', + // msgType: this.tabList[this.currentTabs].value, + msgType: 'location', toUserId: this.toUserId, roomId: this.roomId, type: this.type,