tanxue 3 miesięcy temu
rodzic
commit
88265749fb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      pages/wordList/wordList.vue

+ 1 - 1
pages/wordList/wordList.vue

@@ -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>