Commit ac34e533 authored by 毛线's avatar 毛线

点击问题处理

parent f9ae2548
......@@ -39,7 +39,7 @@
<!-- play -->
<div class="play-btn btn" @click="click().play()">
<img v-audio :src="playBtn.buttonImgN | img" alt="">
<img v-audio v-if="playBtn.buttonImgN" :src="playBtn.buttonImgN | img" alt="">
</div>
<!-- 自动下注 -->
<div v-audio class="auto">
......
......@@ -240,6 +240,8 @@ export default {
.box {
height: 100%;
width: 100%;
position: relative;
z-index: 10;
}
}
.right-player {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment