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