Parcourir la source

对话文章不跟随高亮问题

natasha il y a 3 jours
Parent
commit
fa3bfa3af8

+ 0 - 3
src/views/book/courseware/preview/components/dialogue_article/NormalModelChs.vue

@@ -132,7 +132,6 @@
                                 v-for="(wItem, wIndex) in pItem.leg"
                                 :key="'ci' + wIndex + pIndex + index"
                                 :class="[
-                                  isPlaying &&
                                   pItem.chstimeList &&
                                   pItem.chstimeList[wIndex] &&
                                   curTime >= pItem.chstimeList[wIndex].wordBg &&
@@ -198,7 +197,6 @@
                             class="NNPE-chs"
                             style="text-align: left"
                             :class="[
-                              isPlaying &&
                               pItem.chstimeList &&
                               pItem.chstimeList[pItem.leg - 1] &&
                               curTime >= pItem.chstimeList[pItem.leg - 1].wordBg &&
@@ -354,7 +352,6 @@
                               v-for="(wItem, wIndex) in pItem.leg"
                               :key="'ci' + wIndex + pIndex + index"
                               :class="[
-                                isPlaying &&
                                 pItem.chstimeList &&
                                 pItem.chstimeList[wIndex] &&
                                 curTime >= pItem.chstimeList[wIndex].wordBg &&