Procházet zdrojové kódy

黑板模式取词

natasha před 1 rokem
rodič
revize
db000d3cfd

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