123
dcc
2024-06-26 9b7caf3240f9c9a10477e62f23b1f477916c8e92
src/page/list/tradingList/data.list.vue
@@ -232,7 +232,7 @@
      let pageNumVal = c || this.pageNumVal;
      let opt = {
        pageNum: pageNumVal,
        pageSize: 50*this.num,
        pageSize: 20*this.num,
        stockPlate: "",
        keyWords: this.sousuo,
        stockType: stockType,
@@ -258,12 +258,18 @@
              this.listArr = data.data.list;
              this.loadings = false;
              // this.finished = true;
              if(this.listArr.length % 20 ){
                this.finished = true;
              }
            }
          } else {
            if (this.zxactive === data.data.stockType) {
              this.listArr = data.data.list;
              this.loadings = false;
              // this.finished = true;
              if(this.listArr.length % 20 ){
                this.finished = true;
              }
            }
          }
        }
@@ -272,6 +278,7 @@
      }
    }, 500),
    onLoads() {
      console.log('onLoads');
      // this.pageNumVal++;
      this.loadings = true;
      this.num+=1