|
@ -224,9 +224,10 @@ |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
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(); |
|
|