|
@@ -57,7 +57,7 @@
|
|
|
v-if="itemCon.pinyin"
|
|
|
>{{ itemCon.pinyin }}</span
|
|
|
>
|
|
|
- <span class="hanzi content-con" :class="[/^[0-9]*$/.test(itemCon.chs)]?/^[\u4e00-\u9fa5]/.test(itemCon.chs)?'hanzi':'en':''">{{ itemCon.chs }}</span>
|
|
|
+ <span class="content-con" :class="[/^[0-9]*$/.test(itemCon.chs)]?/^[\u4e00-\u9fa5]/.test(itemCon.chs)?'hanzi':'en':''">{{ itemCon.chs }}</span>
|
|
|
</div>
|
|
|
<div
|
|
|
v-if="item.detail.wordsList[indexCon + 1]"
|
|
@@ -75,7 +75,7 @@
|
|
|
v-if="item.detail.wordsList[indexCon + 1].pinyin"
|
|
|
>{{ item.detail.wordsList[indexCon + 1].pinyin }}</span
|
|
|
>
|
|
|
- <span class="hanzi content-con" :class="[/^[0-9]*$/.test(item.detail.wordsList[indexCon + 1].chs)]?/^[\u4e00-\u9fa5]/.test(item.detail.wordsList[indexCon + 1].chs)?'hanzi':'en':''">{{
|
|
|
+ <span class="content-con" :class="[/^[0-9]*$/.test(item.detail.wordsList[indexCon + 1].chs)]?/^[\u4e00-\u9fa5]/.test(item.detail.wordsList[indexCon + 1].chs)?'hanzi':'en':''">{{
|
|
|
item.detail.wordsList[indexCon + 1].chs
|
|
|
}}</span>
|
|
|
</div>
|