shaogen1995 2 anni fa
parent
commit
f33ff503ff
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>