@@ -13,7 +13,7 @@
<view class="word-list-item" v-for="(item,index) in listData.wordList" :key="index" @click="toWord(item)">
<view class="item-word">
<view class="word-text">
- <text v-for="(word, wordIndex) in item.chaifen[0].split(',')"
+ <text v-for="(word, wordIndex) in item.chaifen"
:key="wordIndex" class="word-color">
{{ word }}
</text>