diff --git a/public/static/qm/MainMap_QM.js b/public/static/qm/MainMap_QM.js index 8aeee9e..ce28597 100644 --- a/public/static/qm/MainMap_QM.js +++ b/public/static/qm/MainMap_QM.js @@ -3620,6 +3620,8 @@ MainMap_QM.prototype = { return { direction: "", wayList: [] } } pathCameraState = Map_QM.util.options.pathStyle; + TweenMax.killAll(true); + Map_QM.selectShop && (Map_QM.selectShop.scale.z = 1); Map_QM.reSetGuide(); Map_QM.onShowDeviceSite() //Map_QM.clearFloor(-1, true); @@ -6031,3 +6033,4 @@ FindPath_QM.prototype.playMoveGuide = function () { } } + diff --git a/src/components/Map/Map.vue b/src/components/Map/Map.vue index e90a969..0dfb354 100644 --- a/src/components/Map/Map.vue +++ b/src/components/Map/Map.vue @@ -6,7 +6,10 @@
- {{ shop.shopName }} + {{ switchLanguage(shop, 'shopName') }} + + {{ switchLanguage(shop, 'shopName') }}
{{ $t('detail') }}
@@ -22,13 +25,14 @@