All Data
@@ -97,38 +129,6 @@
-
-
-
-
-
Focus Data
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -268,7 +268,7 @@ export default {
// }, 0);
// }, 15000);
this.$nextTick(() => {
- this.$refs.scrollContainerRef.checkScrollEnd()
+ this.$refs.scrollContainer2Ref.checkScrollEnd()
})
} catch (error) {
console.error(error)
@@ -412,7 +412,7 @@ export default {
// 显示搜索栏
handleShowSearch() {
- this.activeKey = 1
+ this.activeKey = 2
if (this.filterVisible) {
this.searchVisible = true
this.filterVisible = false
@@ -427,7 +427,7 @@ export default {
// 显示筛选栏
handleShowFilter() {
- this.activeKey = 1
+ this.activeKey = 2
if (this.searchVisible) {
this.searchVisible = false
this.filterVisible = true