From 70ef3f1af1a45019738a24a0da6cf7b2138be168 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 20 Jun 2023 11:27:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E5=AD=98=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pidu/AppConversation/conversationDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/pidu/AppConversation/conversationDetail.vue b/src/project/pidu/AppConversation/conversationDetail.vue index 51777982..0b2a2d59 100644 --- a/src/project/pidu/AppConversation/conversationDetail.vue +++ b/src/project/pidu/AppConversation/conversationDetail.vue @@ -233,8 +233,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,