删除打印

This commit is contained in:
2023-08-10 18:34:15 +08:00
parent bf15ed40ab
commit c5bbb9920e

View File

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