jhzh
2024-08-28 4c8a466f75bf9eca29e9b5c9ad15db5757e5035d
src/page/list/tradingList/data.list.vue
@@ -163,7 +163,6 @@
      listArr: [],
      pageNumVal: 1,
      getInterval: null,
      num: 1
    };
  },
@@ -232,7 +231,7 @@
      let pageNumVal = c || this.pageNumVal;
      let opt = {
        pageNum: pageNumVal,
        pageSize: 50*this.num,
        pageSize: 100,
        stockPlate: "",
        keyWords: this.sousuo,
        stockType: stockType,
@@ -257,13 +256,13 @@
            if (this.active === data.data.stockType) {
              this.listArr = data.data.list;
              this.loadings = false;
              // this.finished = true;
              this.finished = true;
            }
          } else {
            if (this.zxactive === data.data.stockType) {
              this.listArr = data.data.list;
              this.loadings = false;
              // this.finished = true;
              this.finished = true;
            }
          }
        }
@@ -273,9 +272,8 @@
    }, 500),
    onLoads() {
      // this.pageNumVal++;
      this.loadings = true;
      this.num+=1
      this.getStock();
      // this.loadings = true;
      // this.getStock();
    },
    optionszx() {},
  },