|
@@ -79,12 +79,15 @@
|
|
|
style="width: 16px; height: 16px; margin-left: 8px"
|
|
|
></div>
|
|
|
|
|
|
- <span class="NPC-word-tab-common NPC-word-tab-pinyin">
|
|
|
+ <span class="NPC-word-tab-common NPC-word-tab-pinyin" v-if="item.pyPosition=='first'">
|
|
|
{{ sItem.pinyin }}
|
|
|
</span>
|
|
|
<span class="NPC-word-tab-common NPC-word-tab-word">
|
|
|
{{ sItem.new_word }}
|
|
|
</span>
|
|
|
+ <span class="NPC-word-tab-common NPC-word-tab-pinyin" v-if="item.pyPosition=='last'">
|
|
|
+ {{ sItem.pinyin }}
|
|
|
+ </span>
|
|
|
<span
|
|
|
class="NPC-word-tab-common NPC-word-tab-cixing"
|
|
|
v-html="sItem.cixing"
|