From c5bbb9920ef58bed01a39413bd25d8172c3b2b6a Mon Sep 17 00:00:00 2001 From: luJianJun <2587063613@qq.com> Date: Thu, 10 Aug 2023 18:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/detail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/detail.vue b/src/views/detail.vue index 156a419..4dfe036 100644 --- a/src/views/detail.vue +++ b/src/views/detail.vue @@ -1121,7 +1121,7 @@ let moveImageList = (type) => { if (type === 'right' && imgScrollBottom()) return if ((type === 'left' && imgListTab.value === 0) || (imgListTab.value === imageLIstLeft.value.length - 1 && type === 'right')) return type === 'left' ? imgListTab.value-- : imgListTab.value++ - console.log(imageLIstLeft.value[imgListTab.value]) + // console.log(imageLIstLeft.value[imgListTab.value]) setOffsetWidth(imageLIstLeft.value[imgListTab.value], type) } //设置滚动 @@ -1158,7 +1158,7 @@ let setImageWidth = (num) => { clientWidth.value = imageList.value.clientWidth scrollWidth.value = imageList.value.scrollWidth } - console.log(imageLIstLeft.value) + // console.log(imageLIstLeft.value) } //学校地址数据