|
@@ -43,10 +43,11 @@ export default {
|
|
methods: {
|
|
methods: {
|
|
openHot(e, index) {
|
|
openHot(e, index) {
|
|
// 停止自动导览
|
|
// 停止自动导览
|
|
- window.player.director.stopTour()
|
|
|
|
-
|
|
|
|
- e && e.examine(window.player, true);
|
|
|
|
- this.hotInd = index;
|
|
|
|
|
|
+ window.player.director.stopTour();
|
|
|
|
+ setTimeout(() => {
|
|
|
|
+ e && e.examine(window.player, true);
|
|
|
|
+ this.hotInd = index;
|
|
|
|
+ }, 200);
|
|
},
|
|
},
|
|
},
|
|
},
|
|
//生命周期 - 创建完成(可以访问当前this实例)
|
|
//生命周期 - 创建完成(可以访问当前this实例)
|