From edabd0c29f6929572c23695dda0b86f540d7b82d Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 23 Jun 2023 00:43:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E7=9A=84=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E8=BD=AE=E6=92=AD=E3=80=81=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/productConSwiper/index.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/components/productConSwiper/index.vue b/components/productConSwiper/index.vue index 47ebd513..d7fc6226 100644 --- a/components/productConSwiper/index.vue +++ b/components/productConSwiper/index.vue @@ -2,7 +2,8 @@ - + + @@ -18,8 +19,9 @@ - - + + + @@ -56,7 +58,7 @@ }; }, mounted() { - if(this.videoline){ + if (this.videoline) { this.imgUrls.shift() } },