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 })