|
|
@@ -411,7 +411,7 @@ |
|
|
|
this.getFreeList() |
|
|
|
this.getfindKeywordsList() |
|
|
|
this.getFromSource(); |
|
|
|
this.getMyCustom(); |
|
|
|
// this.getMyCustom(); |
|
|
|
|
|
|
|
setTimeout(() => { |
|
|
|
uni.stopPullDownRefresh() |
|
|
@@ -668,6 +668,7 @@ |
|
|
|
if (this.isRefresh) { |
|
|
|
this.recordList = list; |
|
|
|
} else { |
|
|
|
console.log('我在这里被打印了', this.recordList) |
|
|
|
this.recordList = [...this.recordList, ...list]; |
|
|
|
} |
|
|
|
this.totalRecord = data.totalPage; |
|
|
|