修改bug
This commit is contained in:
@@ -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([])
|
||||
|
||||
Reference in New Issue
Block a user