From 452dcaa888c3a8879d282290919cc32741407500 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 30 Jun 2023 14:36:22 +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 --- .../pidu/AppConversation/conversationDetail.vue | 4 ++-- src/project/pidu/AppSensitive/conversationRecord.vue | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/project/pidu/AppConversation/conversationDetail.vue b/src/project/pidu/AppConversation/conversationDetail.vue index fac00e4c..d2ebb57a 100644 --- a/src/project/pidu/AppConversation/conversationDetail.vue +++ b/src/project/pidu/AppConversation/conversationDetail.vue @@ -239,8 +239,8 @@ export default { params: { current: this.current, size: 10, - // msgType: this.tabList[this.currentTabs].value, - msgType: 'weapp', + msgType: this.tabList[this.currentTabs].value, + // msgType: 'weapp', toUserId: this.toUserId, roomId: this.roomId, type: this.type, diff --git a/src/project/pidu/AppSensitive/conversationRecord.vue b/src/project/pidu/AppSensitive/conversationRecord.vue index 51c2af13..dc6e89b3 100644 --- a/src/project/pidu/AppSensitive/conversationRecord.vue +++ b/src/project/pidu/AppSensitive/conversationRecord.vue @@ -91,8 +91,11 @@

{{item.title}}

{{item.username}}{{item.displayname}}
+
+ +
-
小程序
+
小程序
@@ -606,6 +609,11 @@ export default { font-size: 22px; color: #999; border-top: 1px solid #eee; + img { + width: 20px; + height: 20px; + margin-right: 8px; + } } } .map-info {