diff --git a/src/project/pidu/AppConversation/AppConversation.vue b/src/project/pidu/AppConversation/AppConversation.vue index 522691b1..fa01e4cb 100644 --- a/src/project/pidu/AppConversation/AppConversation.vue +++ b/src/project/pidu/AppConversation/AppConversation.vue @@ -1,283 +1,309 @@ \ No newline at end of file + diff --git a/src/project/pidu/AppConversation/conversationDetail.vue b/src/project/pidu/AppConversation/conversationDetail.vue index 96f8834e..2b834aea 100644 --- a/src/project/pidu/AppConversation/conversationDetail.vue +++ b/src/project/pidu/AppConversation/conversationDetail.vue @@ -20,12 +20,12 @@
-
+
- - + +

{{item.userName}}{{item.msgSendTime}}

@@ -111,7 +111,7 @@
- +
@@ -158,7 +158,8 @@ export default { dateList: [], scrollTop: 0, scrollHeight: '', - preveHeight: '' + preveHeight: '', + id: '' }; }, computed: { @@ -171,6 +172,7 @@ export default { this.roomId = option.roomId } this.type = option.type + this.id = option.id this.getList() console.log() this.scrollHeight = uni.getSystemInfoSync().windowHeight - 150 @@ -234,12 +236,13 @@ export default { this.preveHeight = res.height }).exec(); } - this.$http.post(`/app/appsessionarchiveinfo/listByUser`, null, { + this.$http.post(`/app/appsessionarchiveinfo/list`, null, { params: { current: this.current, size: 10, msgType: this.tabList[this.currentTabs].value, // msgType: 'link', + userId: this.id, toUserId: this.toUserId, roomId: this.roomId, type: this.type, diff --git a/src/project/pidu/AppConversation/img/dept-img.png b/src/project/pidu/AppConversation/img/dept-img.png new file mode 100644 index 00000000..7076628f Binary files /dev/null and b/src/project/pidu/AppConversation/img/dept-img.png differ diff --git a/src/project/pidu/AppConversation/list.vue b/src/project/pidu/AppConversation/list.vue new file mode 100644 index 00000000..9c91b5f7 --- /dev/null +++ b/src/project/pidu/AppConversation/list.vue @@ -0,0 +1,285 @@ + + + + + \ No newline at end of file