From 04cd652e2aab05ff5a6cde1c3a6e0a18f4d6bf1c Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 02 Sep 2024 15:26:12 +0800
Subject: [PATCH] 1
---
src/page/list/tradingList/data.list.vue | 16 +++++++---------
1 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/src/page/list/tradingList/data.list.vue b/src/page/list/tradingList/data.list.vue
index 63d4c94..97601ea 100644
--- a/src/page/list/tradingList/data.list.vue
+++ b/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>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3