Explorar el Código

Merge branch 'NPC-lhd'

natasha hace 2 años
padre
commit
18079e2af7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Adult/preview/InputHasRecord.vue

+ 1 - 1
src/components/Adult/preview/InputHasRecord.vue

@@ -346,7 +346,7 @@ export default {
     mergeWordSymbol(sItem, wItem, curIndex) {
       let leg = sItem.length;
       if (curIndex < leg - 1) {
-        if (this.chsFhList.indexOf(wItem.chs) > -1) {
+        if (this.chsFhList.indexOf(wItem.chs) > -1&&curIndex!=0) {
           wItem.isShow = false;
         } else {
           wItem.isShow = true;