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) } //学校地址数据