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 {