From ddb9e59c40ef2b25570776d49b276bff2ee91bf5 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Mon, 5 Aug 2024 11:42:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E6=8F=8F=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/issue/job/issueJob.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/issue/job/issueJob.vue b/src/pages/issue/job/issueJob.vue index 275939e5..be82a152 100644 --- a/src/pages/issue/job/issueJob.vue +++ b/src/pages/issue/job/issueJob.vue @@ -224,9 +224,10 @@ return; } this.jobList = type === "refresh" ? list : this.jobList.concat(list); - this.pageNo++; - - + this.pageNo++; + if (type === "refresh") { + uni.stopPullDownRefresh(); + } }).catch(error => { if (type === "refresh") { uni.stopPullDownRefresh();