shaogen1995 3 gadi atpakaļ
vecāks
revīzija
c211782453
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      webM/src/views/gui/component/hotspot.vue

+ 3 - 0
webM/src/views/gui/component/hotspot.vue

@@ -37,6 +37,9 @@ export default {
   //方法集合
   methods: {
     openHot(e, index) {
+      // 停止自动导览
+      window.player.director.stopTour();
+
       e && e.examine(window.player, true);
       this.hotInd = index;
     },