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