shaogen1995 2 years ago
parent
commit
f33ff503ff
1 changed files with 1 additions and 1 deletions
  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>