|
@@ -172,7 +172,12 @@
|
|
|
<img class="active" :src="i.activeIcon" alt="" />
|
|
<img class="active" :src="i.activeIcon" alt="" />
|
|
|
<div class="tip-box">{{ i.name }}</div>
|
|
<div class="tip-box">{{ i.name }}</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="button-item" v-if="(i.action == 'play' && !guideIsPlay) || (i.action == 'pause' && guideIsPlay)" v-for="(i, index) in playButtons" @click.stop="hanlderButtons(i, i.type)">
|
|
|
|
|
|
|
+ <div
|
|
|
|
|
+ class="button-item"
|
|
|
|
|
+ v-if="(i.action == 'play' && !guideIsPlay && mode == 'panorama') || (i.action == 'pause' && guideIsPlay && mode == 'panorama')"
|
|
|
|
|
+ v-for="(i, index) in playButtons"
|
|
|
|
|
+ @click.stop="hanlderButtons(i, i.type)"
|
|
|
|
|
+ >
|
|
|
<img class="normal" :src="i.normalIcon" alt="" />
|
|
<img class="normal" :src="i.normalIcon" alt="" />
|
|
|
<img class="active" :src="i.activeIcon" alt="" />
|
|
<img class="active" :src="i.activeIcon" alt="" />
|
|
|
<div class="tip-box">{{ i.name }}</div>
|
|
<div class="tip-box">{{ i.name }}</div>
|
|
@@ -213,7 +218,12 @@
|
|
|
<img class="active" :src="i.activeIcon" alt="" />
|
|
<img class="active" :src="i.activeIcon" alt="" />
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <div class="button-item" v-if="(i.action == 'play' && !guideIsPlay) || (i.action == 'pause' && guideIsPlay)" v-for="(i, index) in playButtons" @click.stop="hanlderButtons(i, i.type)">
|
|
|
|
|
|
|
+ <div
|
|
|
|
|
+ class="button-item"
|
|
|
|
|
+ v-if="(i.action == 'play' && !guideIsPlay && mode == 'panorama') || (i.action == 'pause' && guideIsPlay && mode == 'panorama')"
|
|
|
|
|
+ v-for="(i, index) in playButtons"
|
|
|
|
|
+ @click.stop="hanlderButtons(i, i.type)"
|
|
|
|
|
+ >
|
|
|
<img class="normal" :src="i.normalIcon" alt="" />
|
|
<img class="normal" :src="i.normalIcon" alt="" />
|
|
|
<img class="active" :src="i.activeIcon" alt="" />
|
|
<img class="active" :src="i.activeIcon" alt="" />
|
|
|
</div>
|
|
</div>
|