|
|
@@ -452,7 +452,7 @@
|
|
|
attrib && attrib.font_size ? attrib.font_size.replace('pt', '') * 1.4 + 'pt' : '28px',
|
|
|
}"
|
|
|
@click.stop="viewNotes($event, pItem.words ? pItem.words : pItem.chs[wIndex])"
|
|
|
- >{{ NumberList.indexOf(pItem.pinyin) == -1 ? pItem.chs[wIndex] : '' }}</span
|
|
|
+ >{{ pItem.chs[wIndex] }}</span
|
|
|
>
|
|
|
</template>
|
|
|
</span>
|
|
|
@@ -666,7 +666,7 @@
|
|
|
attrib && attrib.font_size ? attrib.font_size.replace('pt', '') * 1.4 + 'pt' : '28px',
|
|
|
}"
|
|
|
@click.stop="viewNotes($event, pItem.words ? pItem.words : pItem.chs[wIndex])"
|
|
|
- >{{ NumberList.indexOf(pItem.pinyin) == -1 ? pItem.chs[wIndex] : '' }}</span
|
|
|
+ >{{ pItem.chs[wIndex] }}</span
|
|
|
>
|
|
|
</template>
|
|
|
</span>
|