shaogen1995 преди 3 години
родител
ревизия
c211782453
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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;
     },