소스 검색

黑板模式取词

natasha 1 년 전
부모
커밋
db000d3cfd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Adult/preview/Voicefullscreen.vue

+ 1 - 1
src/components/Adult/preview/Voicefullscreen.vue

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