zq 1 mesiac pred
rodič
commit
238bdda90e

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 5
src/views/book/courseware/preview/CoursewarePreview.vue


+ 1 - 1
src/views/book/courseware/preview/components/character/CharacterPreview.vue

@@ -178,7 +178,7 @@
               <div class="words-left" :style="{}">
                 <AudioPlay
                   v-if="isEnable(data.property.is_enable_voice)"
-                  :file-id="item.audio_file_id ? item.audio_file_id.file_url : ''"
+                  :file-id="item.audio_file_id ? item.audio_file_id : ''"
                   :theme-color="
                     data.unified_attrib && data.unified_attrib.topic_color ? data.unified_attrib.topic_color : ''
                   "

+ 2 - 2
src/views/book/courseware/preview/components/rich_text/RichTextPreview.vue

@@ -3,7 +3,7 @@
     <SerialNumberPosition v-if="isEnable(data.property.sn_display_mode)" :property="data.property" />
 
     <div class="main">
-      <div ref="leftDiv" :style="{ width: data.note_list.length > 0 ? '' : '100%' }">
+      <div ref="leftDiv" :style="{ width: data.note_list?.length > 0 ? '' : '100%' }">
         <PinyinText
           v-if="isEnable(data.property.view_pinyin)"
           :paragraph-list="data.paragraph_list"
@@ -18,7 +18,7 @@
       </div>
 
       <div v-show="showLang" class="lang">
-        {{ data.multilingual.find((item) => item.type === getLang())?.translation }}
+        {{ data.multilingual?.find((item) => item.type === getLang())?.translation }}
       </div>
     </div>
 

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov