|
|
|
@ -27,22 +27,19 @@ export const useGuideFilterShop = () => { |
|
|
|
floorIdx.value = floorOrder |
|
|
|
selectedShopList.value = shopList.value.filter(item => item.floorOrder === floorOrder) |
|
|
|
hideMapDialog() |
|
|
|
const art: any = document.getElementById('mapContainer') |
|
|
|
if (floorOrder === 6) { |
|
|
|
const art: any = document.getElementById('mapContainer') |
|
|
|
art.style.width = '2244px' |
|
|
|
art.style.height = '1352px' |
|
|
|
art.style.right = '690px' |
|
|
|
art.style.top = '304px' |
|
|
|
window.Map_QM.changeWindowResize(2244, 1352) |
|
|
|
} else { |
|
|
|
const art: any = document.getElementById('mapContainer') |
|
|
|
if (art.style.width !== '2864px') { |
|
|
|
art.style.width = '2864px' |
|
|
|
art.style.height = '1896px' |
|
|
|
art.style.right = '0' |
|
|
|
art.style.top = '0' |
|
|
|
window.Map_QM.changeWindowResize(2864, 1896) |
|
|
|
} |
|
|
|
} else if (art.style.width !== '2864px') { |
|
|
|
art.style.width = '2864px' |
|
|
|
art.style.height = '1896px' |
|
|
|
art.style.right = '0' |
|
|
|
art.style.top = '0' |
|
|
|
window.Map_QM.changeWindowResize(2864, 1896) |
|
|
|
} |
|
|
|
window.Map_QM.showFloor(floorOrder) |
|
|
|
} |
|
|
|
|