Browse Source

fix: 修改导览公共设施点击逻辑,修改艺术楼承名称遮挡问题

pull/18/head
张耀 3 years ago
parent
commit
a0bb7dd91e
  1. 4
      src/views/Art/ArtMapItem.vue
  2. 7
      src/views/Guide/Guide.vue

4
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';

7
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)
}
//

Loading…
Cancel
Save