From bd2b306d0e7fdc4f9c1116250011d5e854748c62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Thu, 13 Jan 2022 11:49:28 +0800 Subject: [PATCH] 26716 --- src/apps/AppEpidemicSituation/Health.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/apps/AppEpidemicSituation/Health.vue b/src/apps/AppEpidemicSituation/Health.vue index 54fd0c43..2bc68c59 100644 --- a/src/apps/AppEpidemicSituation/Health.vue +++ b/src/apps/AppEpidemicSituation/Health.vue @@ -183,6 +183,10 @@ export default { this.getList() }, }, + onReachBottom() { + this.current++ + this.getList() + }, }