diff --git a/src/project/pidu/AppConversation/conversationDetail.vue b/src/project/pidu/AppConversation/conversationDetail.vue index 8a7c9f9f..a13bf77f 100644 --- a/src/project/pidu/AppConversation/conversationDetail.vue +++ b/src/project/pidu/AppConversation/conversationDetail.vue @@ -236,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,