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,