diff --git a/src/views/Art/ArtMapItem.vue b/src/views/Art/ArtMapItem.vue index 718988f..aa268ff 100644 --- a/src/views/Art/ArtMapItem.vue +++ b/src/views/Art/ArtMapItem.vue @@ -62,7 +62,7 @@ function clickGo() { .art-title { max-width: 170px; - height: 16px; + height: 19px; font-size: 14px; font-family: 'font_bold'; color: #736661; @@ -73,7 +73,7 @@ function clickGo() { } .art-author { max-width: 170px; - height: 14px; + height: 17px; margin-top: 2px; font-size: 10px; font-family: 'font_bold'; diff --git a/src/views/Guide/Guide.vue b/src/views/Guide/Guide.vue index a08063f..5ffe795 100644 --- a/src/views/Guide/Guide.vue +++ b/src/views/Guide/Guide.vue @@ -140,11 +140,10 @@ function clickFloor(floorItem: Floor) { //点击公共设施 function clickFac(item: Facility) { store.shop.houseNumber && store.shop.formatColor && window.Map_QM.changeMapIPState(store.shop.houseNumber, store.shop.formatColor) - if (item.abbreviation === 'dt') { - window.Map_QM.bounceIcon('dt') - return + if (item.abbreviation) { + window.Map_QM.bounceIcon(item.abbreviation) } - handleFacility(item) + // handleFacility(item) } //点击控制地图