From 01bbdd5d69f946a9623791cfa6dcbd229abb2fe7 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Fri, 20 Sep 2024 20:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/publish/actorList.vue | 1 + pages_mine/publish/competition.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/pages/publish/actorList.vue b/pages/publish/actorList.vue index 371055e..2bd88ca 100644 --- a/pages/publish/actorList.vue +++ b/pages/publish/actorList.vue @@ -56,6 +56,7 @@ } }, onShow() { + this.queryParams.pageNo = 1 this.getData() }, onPullDownRefresh(){ diff --git a/pages_mine/publish/competition.vue b/pages_mine/publish/competition.vue index a420d08..f77888f 100644 --- a/pages_mine/publish/competition.vue +++ b/pages_mine/publish/competition.vue @@ -114,6 +114,7 @@ // this.$route.query的参数 }, onShow() { + this.queryParams.pageNo = 1 this.getList(res => { this.list = res.result.records })