Browse Source

全屏模式 暂停高亮

natasha 2 years ago
parent
commit
949020c512

+ 0 - 4
src/components/Adult/preview/Voicefullscreen-ly.vue

@@ -247,7 +247,6 @@
                             v-for="(wItem, wIndex) in pItem.leg"
                             :key="'ci' + wIndex + pIndex"
                             :class="[
-                              isPlaying &&
                               pItem.timeList &&
                               pItem.timeList[wIndex] &&
                               curTime >= pItem.timeList[wIndex].wordBg &&
@@ -309,7 +308,6 @@
                       >
                         <span
                           :class="[
-                            isPlaying &&
                             pItem.timeList[pItem.leg - 1] &&
                             curTime >= pItem.timeList[pItem.leg - 1].wordBg &&
                             curQue.wordTime &&
@@ -372,7 +370,6 @@
                       >
                         <span
                           :class="[
-                            isPlaying &&
                             pItem.timeList[pItem.leg - 1] &&
                             curTime >= pItem.timeList[pItem.leg - 1].wordBg &&
                             curQue.wordTime &&
@@ -437,7 +434,6 @@
                           v-for="(wItem, wIndex) in pItem.leg"
                           :key="'ci' + wIndex + pIndex + curSentIndex"
                           :class="[
-                            isPlaying &&
                             pItem.timeList &&
                             pItem.timeList[wIndex] &&
                             curTime >= pItem.timeList[wIndex].wordBg &&

+ 0 - 4
src/components/Adult/preview/Voicefullscreen.vue

@@ -242,7 +242,6 @@
                           v-for="(wItem, wIndex) in pItem.leg"
                           :key="'ci' + wIndex + pIndex"
                           :class="[
-                            isPlaying &&
                             pItem.timeList &&
                             pItem.timeList[wIndex] &&
                             curTime >= pItem.timeList[wIndex].wordBg &&
@@ -304,7 +303,6 @@
                     >
                       <span
                         :class="[
-                          isPlaying &&
                           pItem.timeList[pItem.leg - 1] &&
                           curTime >= pItem.timeList[pItem.leg - 1].wordBg &&
                           curQue.wordTime &&
@@ -367,7 +365,6 @@
                     >
                       <span
                         :class="[
-                          isPlaying &&
                           pItem.timeList[pItem.leg - 1] &&
                           curTime >= pItem.timeList[pItem.leg - 1].wordBg &&
                           curQue.wordTime &&
@@ -432,7 +429,6 @@
                         v-for="(wItem, wIndex) in pItem.leg"
                         :key="'ci' + wIndex + pIndex + curSentIndex"
                         :class="[
-                          isPlaying &&
                           pItem.timeList &&
                           pItem.timeList[wIndex] &&
                           curTime >= pItem.timeList[wIndex].wordBg &&