@@ -1251,7 +1251,7 @@ export default {
this.isShow = false;
setTimeout(() => {
- _this.hz = item.chs;
+ _this.hz = item.words ? item.words : item.chs;
_this.pinyin = item.pinyin;
_this.wordIndex = item.wordIndex;
}, 50);