Browse Source

扫描样式

hella_online_20240829
wangyufei 2 months ago
parent
commit
ddb9e59c40
  1. 5
      src/pages/issue/job/issueJob.vue

5
src/pages/issue/job/issueJob.vue

@ -225,8 +225,9 @@
}
this.jobList = type === "refresh" ? list : this.jobList.concat(list);
this.pageNo++;
if (type === "refresh") {
uni.stopPullDownRefresh();
}
}).catch(error => {
if (type === "refresh") {
uni.stopPullDownRefresh();

Loading…
Cancel
Save