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