From 3cfa03fc97f6b06381eabe816bf3f46bc1332ccf Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Mon, 11 Sep 2023 10:01:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B9=96=E5=8D=97=E9=9C=80?= =?UTF-8?q?=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/carouselChartmore.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/carouselChartmore.vue b/src/views/components/carouselChartmore.vue index 9b0b9e9..fb3995e 100644 --- a/src/views/components/carouselChartmore.vue +++ b/src/views/components/carouselChartmore.vue @@ -470,7 +470,7 @@ export default { console.log("activeSmall", this.activeSmall, "bigNum", this.bigNum); console.log(this.page); if (this.activeSmall < 0) { - this.activeSmall = 4; + this.activeSmall = 9; this.smallLeftClick(); } console.log(this.terminalPhoto[this.bigNum]); @@ -496,7 +496,7 @@ export default { this.activeSmall++; console.log("activeSmall", this.activeSmall, "bigNum", this.bigNum); - if (this.activeSmall > 4) { + if (this.activeSmall > 9) { this.activeSmall = 0; console.log(this.activeSmall); this.smallRightClick();