Prechádzať zdrojové kódy

Merge branch 'NPC-lhd'

natasha 2 rokov pred
rodič
commit
18079e2af7

+ 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;