Merge remote-tracking branch 'origin/main'
This commit is contained in:
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 |
@@ -85,7 +85,6 @@ let next = () => carousel.value.next()
|
|||||||
|
|
||||||
//点击预览图
|
//点击预览图
|
||||||
let watchSet = (num) => {
|
let watchSet = (num) => {
|
||||||
console.log(num)
|
|
||||||
carousel.value.setActiveItem(num)
|
carousel.value.setActiveItem(num)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -409,13 +409,11 @@ let imageList = ref([]) // 查看大图弹窗的状态
|
|||||||
let imageIndex = ref(0) // 查看大图弹窗的状态
|
let imageIndex = ref(0) // 查看大图弹窗的状态
|
||||||
const cloaseImageShow = (list, index) => {
|
const cloaseImageShow = (list, index) => {
|
||||||
if (list) {
|
if (list) {
|
||||||
console.log("index", index);
|
|
||||||
imageList.value = list
|
imageList.value = list
|
||||||
imageIndex.value = index
|
imageIndex.value = index
|
||||||
}
|
}
|
||||||
imageShow.value = !imageShow.value
|
imageShow.value = !imageShow.value
|
||||||
}
|
}
|
||||||
console.log('imageList', imageList)
|
|
||||||
|
|
||||||
// 房间类型
|
// 房间类型
|
||||||
let roomList = ref([])
|
let roomList = ref([])
|
||||||
|
|||||||
Reference in New Issue
Block a user