Merge remote-tracking branch 'origin/main'

This commit is contained in:
luJianJun 2023-08-02 14:04:15 +08:00
commit d731976872
5 changed files with 0 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -85,7 +85,6 @@ let next = () => carousel.value.next()
//
let watchSet = (num) => {
console.log(num)
carousel.value.setActiveItem(num)
}

View File

@ -409,13 +409,11 @@ let imageList = ref([]) // 查看大图弹窗的状态
let imageIndex = ref(0) //
const cloaseImageShow = (list, index) => {
if (list) {
console.log("index", index);
imageList.value = list
imageIndex.value = index
}
imageShow.value = !imageShow.value
}
console.log('imageList', imageList)
//
let roomList = ref([])