|
@@ -544,6 +544,9 @@ export default {
|
|
|
let n = player.director.describe();
|
|
let n = player.director.describe();
|
|
|
this.setData({ guideIsPlay: n.tourIsPlaying });
|
|
this.setData({ guideIsPlay: n.tourIsPlaying });
|
|
|
|
|
|
|
|
|
|
+ if (n.tourIsPlaying) {
|
|
|
|
|
+ this.hanlderButtons(this.leftButtons[5],'immersive')
|
|
|
|
|
+ }
|
|
|
if (null !== n.currentItem) {
|
|
if (null !== n.currentItem) {
|
|
|
//n.currentItem是二维数组,代表导览中的两层,导览图片展示的是外层的,也就是数据第一个元素。
|
|
//n.currentItem是二维数组,代表导览中的两层,导览图片展示的是外层的,也就是数据第一个元素。
|
|
|
//if (this.guideIsPlay) { //导览片段的选中与当前点位所属片段对应。
|
|
//if (this.guideIsPlay) { //导览片段的选中与当前点位所属片段对应。
|