|
@@ -73,7 +73,7 @@
|
|
|
]"
|
|
|
>{{ items.detail.wordsList[indexCon + 1].pinyin }}</span
|
|
|
>
|
|
|
- <span class="hanzi content-con" :style="wordStyle(items.detail.wordsList[indexCon + 1].config)">{{
|
|
|
+ <span class="hanzi content-con" :style="wordStyle(items.detail.resArr[indexCon + 1].config)">{{
|
|
|
items.detail.wordsList[indexCon + 1].chs
|
|
|
}}</span>
|
|
|
<span
|
|
@@ -242,7 +242,7 @@
|
|
|
items.detail.wordsList[indexCon + 1].pinyin
|
|
|
}}</span
|
|
|
>
|
|
|
- <span class="hanzi content-con" :style="wordStyle(items.detail.wordsList[indexCon + 1].config)">{{
|
|
|
+ <span class="hanzi content-con" :style="wordStyle(items.detail.resArr[indexCon + 1].config)">{{
|
|
|
items.detail.wordsList[indexCon + 1].chs
|
|
|
}}</span>
|
|
|
<span
|
|
@@ -395,7 +395,7 @@
|
|
|
items.detail.wordsList[indexCon + 1].pinyin
|
|
|
}}</span
|
|
|
>
|
|
|
- <span class="hanzi content-con" :style="wordStyle(items.detail.wordsList[indexCon + 1].config)">{{
|
|
|
+ <span class="hanzi content-con" :style="wordStyle(items.detail.resArr[indexCon + 1].config)">{{
|
|
|
items.detail.wordsList[indexCon + 1].chs
|
|
|
}}</span>
|
|
|
<span
|