From 047b4d69728f4cd51fe726102a635951f0819851 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: Fri, 18 Feb 2022 09:36:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=91=E6=B0=91=E5=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppIntegralApply/AppIntegralApply.vue | 1 + src/mods/AppVillager/AppVillager.vue | 59 ++++++++++--------- 2 files changed, 33 insertions(+), 27 deletions(-) diff --git a/src/mods/AppIntegralApply/AppIntegralApply.vue b/src/mods/AppIntegralApply/AppIntegralApply.vue index b9ae398..f779dd6 100644 --- a/src/mods/AppIntegralApply/AppIntegralApply.vue +++ b/src/mods/AppIntegralApply/AppIntegralApply.vue @@ -81,6 +81,7 @@ export default { }, onshow() { uni.$on('updateList', () => { + this.current = 1 this.getList() }) }, diff --git a/src/mods/AppVillager/AppVillager.vue b/src/mods/AppVillager/AppVillager.vue index 3fa32c6..0c65479 100644 --- a/src/mods/AppVillager/AppVillager.vue +++ b/src/mods/AppVillager/AppVillager.vue @@ -1,16 +1,16 @@