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();