|
@@ -16,7 +16,7 @@
|
|
|
<i class="iconfont icon-pull-down"></i>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="right" :class="{ more: player.showMore }" v-show="player.showWidgets" @click="onShowMore">
|
|
|
+ <div class="right" v-if="showMusic||controls.showVR" :class="{ more: player.showMore }" v-show="player.showWidgets" @click="onShowMore">
|
|
|
<i class="iconfont icon-show_more"></i>
|
|
|
<keep-alive>
|
|
|
<transition appear name="custom-classes-transition" enter-active-class="animated fadeInUp short faster" leave-active-class="animated fadeOutDown short faster">
|