shaogen1995 2 年之前
父节点
当前提交
f33ff503ff
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SWKK/src/components/Rbottom.vue

+ 1 - 1
SWKK/src/components/Rbottom.vue

@@ -89,7 +89,7 @@
             <img :src="item.list[0].enter.cover" alt="" />
             <div
               class="plan"
-              v-show="acList === index"
+              v-show="acList === index&& playing"
               :style="{ width: progressPart + '%' }"
             ></div>
             <p :class="{txtActive:acList === index && playing}">{{ item.name }}</p>