|
|
@@ -171,7 +171,7 @@
|
|
|
pItem.chstimeList[wIndex] &&
|
|
|
curTime >= pItem.chstimeList[wIndex].wordBg &&
|
|
|
curTime < item.timeList[pItem.sentIndex].ed
|
|
|
- ? 'active'
|
|
|
+ ? 'active wordActive'
|
|
|
: ''
|
|
|
]"
|
|
|
@click.stop="
|
|
|
@@ -281,10 +281,11 @@
|
|
|
: '',
|
|
|
pItem.chstimeList &&
|
|
|
pItem.chstimeList[pItem.leg - 1] &&
|
|
|
- curTime >= item.timeList[pItem.sentIndex].bg &&
|
|
|
+ curTime >=
|
|
|
+ pItem.chstimeList[pItem.leg - 1].wordBg &&
|
|
|
curQue.wordTime &&
|
|
|
curTime <= item.timeList[pItem.sentIndex].ed
|
|
|
- ? 'active'
|
|
|
+ ? 'wordActive'
|
|
|
: ''
|
|
|
]"
|
|
|
@click.stop="
|
|
|
@@ -560,7 +561,7 @@
|
|
|
pItem.chstimeList[wIndex] &&
|
|
|
curTime >= pItem.chstimeList[wIndex].wordBg &&
|
|
|
curTime < item.timeList[pItem.sentIndex].ed
|
|
|
- ? 'active'
|
|
|
+ ? 'active wordActive'
|
|
|
: ''
|
|
|
]"
|
|
|
@click.stop="
|
|
|
@@ -753,7 +754,7 @@
|
|
|
curTime >= pItem.timeList[wIndex].wordBg &&
|
|
|
curTime <= curQue.wordTime[index].ed &&
|
|
|
curTime
|
|
|
- ? 'active'
|
|
|
+ ? 'active wordActive'
|
|
|
: '',
|
|
|
sentIndex == index ? 'wordBlank' : ''
|
|
|
]"
|
|
|
@@ -860,7 +861,7 @@
|
|
|
curTime >= pItem.timeList[pItem.leg - 1].wordBg &&
|
|
|
curTime <= curQue.wordTime[index].ed &&
|
|
|
curTime
|
|
|
- ? 'active'
|
|
|
+ ? 'active wordActive'
|
|
|
: '',
|
|
|
sentIndex == index ? 'wordBlank' : ''
|
|
|
]"
|
|
|
@@ -982,7 +983,7 @@
|
|
|
curTime >= pItem.timeList[pItem.leg - 1].wordBg &&
|
|
|
curTime <= curQue.wordTime[index].ed &&
|
|
|
curTime
|
|
|
- ? 'active'
|
|
|
+ ? 'active wordActive'
|
|
|
: '',
|
|
|
sentIndex == index ? 'wordBlank' : ''
|
|
|
]"
|
|
|
@@ -1107,7 +1108,7 @@
|
|
|
curQue.wordTime[index] &&
|
|
|
curTime >= pItem.timeList[wIndex].wordBg &&
|
|
|
curTime <= curQue.wordTime[index].ed
|
|
|
- ? 'active'
|
|
|
+ ? 'active wordActive'
|
|
|
: '',
|
|
|
sentIndex == index ? 'wordBlank' : ''
|
|
|
]"
|