diff --git a/src/project/pidu/AppConversation/AppConversation.vue b/src/project/pidu/AppConversation/AppConversation.vue index ad4cfa33..522691b1 100644 --- a/src/project/pidu/AppConversation/AppConversation.vue +++ b/src/project/pidu/AppConversation/AppConversation.vue @@ -133,7 +133,7 @@ export default { this.$http.post(`/app/appsessionarchiveindex/listByUser`, null, { params: { current: this.current, - size: 10, + size: 15, type: this.currentTabs == 1 ? 0 : 1, // areaId: this.areaId, toUserName: this.currentTabs == 1 ? this.keyword : '', diff --git a/src/project/pidu/AppSensitive/AppSensitive.vue b/src/project/pidu/AppSensitive/AppSensitive.vue index b7a0792f..1b8b056e 100644 --- a/src/project/pidu/AppSensitive/AppSensitive.vue +++ b/src/project/pidu/AppSensitive/AppSensitive.vue @@ -102,6 +102,10 @@ export default { } }, }, + onReachBottom() { + this.current ++ + this.getList() + } }; diff --git a/src/project/pidu/AppSensitive/conversationRecord.vue b/src/project/pidu/AppSensitive/conversationRecord.vue index bbdfa2ff..51c2af13 100644 --- a/src/project/pidu/AppSensitive/conversationRecord.vue +++ b/src/project/pidu/AppSensitive/conversationRecord.vue @@ -5,7 +5,10 @@
开始时间-结束时间
{{dateList[0]}}至{{dateList[1]}}
- + +
+ +