1
jhzh
2024-09-02 04cd652e2aab05ff5a6cde1c3a6e0a18f4d6bf1c
src/page/list/tradingList/data.list.vue
@@ -163,7 +163,6 @@
      listArr: [],
      pageNumVal: 1,
      getInterval: null,
      num: 1
    };
  },
@@ -227,12 +226,12 @@
      } else {
        let array = this.zxtabsList.filter((item) => item.key === b);
        console.log(this.zxtabsList, b);
        stockType = array[0].name;
        // stockType = array[0].name;
      }
      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() {},
  },
@@ -348,4 +346,4 @@
  text-align: left;
  color: #14181f;
}
</style>
</style>