Ver código fonte

释义加标点

natasha 1 ano atrás
pai
commit
2d644dc644
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      src/views/corpus/Result.vue

+ 1 - 2
src/views/corpus/Result.vue

@@ -199,8 +199,7 @@
                       <template v-if="shiyiShow && item.word_definition_list.length > 0">
                         <span class="shiyi">
-                          <span v-for="(items, indexs) in item.word_definition_list" :key="indexs" v-html="items">
-                          </span>
+                          <span v-html="item.word_definition_list.join('; ')"> </span>
                         </span>
                       </template>