Explorar o código

显示第一个字为标点符号

natasha %!s(int64=2) %!d(string=hai) anos
pai
achega
6435d5cbec
Modificáronse 1 ficheiros con 1 adicións e 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;