|
@@ -544,7 +544,8 @@ 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) {
|
|
|
|
|
|
|
+ console.log(n.tourIsPlaying, '==')
|
|
|
|
|
+ if (n.tourIsPlaying && this.openType !== 'immersive') {
|
|
|
this.hanlderButtons(this.leftButtons[5],'immersive')
|
|
this.hanlderButtons(this.leftButtons[5],'immersive')
|
|
|
}
|
|
}
|
|
|
if (null !== n.currentItem) {
|
|
if (null !== n.currentItem) {
|
|
@@ -1112,7 +1113,7 @@ export default {
|
|
|
&.pause {
|
|
&.pause {
|
|
|
background-image: url('../../assets/image/icon/new-icon/icon_play.png');
|
|
background-image: url('../../assets/image/icon/new-icon/icon_play.png');
|
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
|
- background-size: cover;
|
|
|
|
|
|
|
+ background-size: auto 44px;
|
|
|
animation: mobile-play 2s steps(48) infinite;
|
|
animation: mobile-play 2s steps(48) infinite;
|
|
|
|
|
|
|
|
img {
|
|
img {
|