|
@@ -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 &&
|