소스 검색

同步线上的代码

dmb
douzhuo 2 년 전
부모
커밋
f937c16465
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      pages/index/consumer/index.vue

+ 2
- 1
pages/index/consumer/index.vue 파일 보기

@@ -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;


불러오는 중...
취소
저장