Browse Source

修正多数据专家库问题

lipengtao 5 years ago
parent
commit
76b3c4b93f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/index/views/ViewExpertPool/expItem.vue

+ 2 - 2
src/pages/index/views/ViewExpertPool/expItem.vue

@ -32,7 +32,7 @@
32 32
        isFormSearch: false,
33 33
        isLoading: false,
34 34
        ifDefault: false,
35
        pageSize: 30,
35
        pageSize: 10,
36 36
        pageNo: 1
37 37
      };
38 38
    },
@ -131,7 +131,7 @@
131 131
        if (this.loadingModalShow && !this.isLoading) {
132 132
          this.pageNo++
133 133
        }
134
        if (this.pageUserData.length <= this.pageNo * this.pageSize) {
134
        if (this.pageUserData.length < this.pageNo * this.pageSize) {
135 135
          this.loadingModalShow = false
136 136
          this.loadingComplete = true
137 137
          this.isFormSearch = true