diff --git a/src/apps/AppIntegralAudit/AppIntegralAudit.vue b/src/apps/AppIntegralAudit/AppIntegralAudit.vue index 4eafad9a..f8a32b6e 100644 --- a/src/apps/AppIntegralAudit/AppIntegralAudit.vue +++ b/src/apps/AppIntegralAudit/AppIntegralAudit.vue @@ -108,6 +108,10 @@ export default { onShow() { document.title = '积分审核' }, + onReachBottom() { + this.current ++ + this.getList() + } } diff --git a/src/apps/AppVillagersCircle/commentList.vue b/src/apps/AppVillagersCircle/commentList.vue index 6394c8ad..238feb23 100644 --- a/src/apps/AppVillagersCircle/commentList.vue +++ b/src/apps/AppVillagersCircle/commentList.vue @@ -104,6 +104,10 @@ export default { onShow() { document.title = '发布评论审核' }, + onReachBottom() { + this.current ++, + this.getList() + } } diff --git a/src/apps/AppVillagersCircle/infoList.vue b/src/apps/AppVillagersCircle/infoList.vue index 8da6b0cc..cbfdcd81 100644 --- a/src/apps/AppVillagersCircle/infoList.vue +++ b/src/apps/AppVillagersCircle/infoList.vue @@ -100,6 +100,10 @@ export default { onShow() { document.title = '发布信息审核' }, + onReachBottom() { + this.current ++, + this.getList() + } }