Browse Source

同步线上的代码

dmb
douzhuo 3 years ago
parent
commit
f937c16465
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      pages/index/consumer/index.vue

+ 2
- 1
pages/index/consumer/index.vue View File

@@ -411,7 +411,7 @@
this.getFreeList() this.getFreeList()
this.getfindKeywordsList() this.getfindKeywordsList()
this.getFromSource(); this.getFromSource();
this.getMyCustom();
// this.getMyCustom();


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


Loading…
Cancel
Save