Browse Source

扫描样式

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

7
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();

Loading…
Cancel
Save