From 6e9b5176e11eb5d11d5c00d2ba0aa080ae827949 Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Wed, 2 Aug 2023 11:53:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=BE=E7=89=87=E6=9F=A5=E7=9C=8B=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/detail/imageWatch.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/detail/imageWatch.vue b/src/components/detail/imageWatch.vue index c615c73..2ab0dc6 100644 --- a/src/components/detail/imageWatch.vue +++ b/src/components/detail/imageWatch.vue @@ -99,7 +99,10 @@ onMounted(() => { }) watch(() => props.index, (newValue, oldValue) => { + console.log(props.index,newValue) imageTab.value = newValue; + console.log(carousel.value) + // watchSet(imageTab.value) });