2 次代碼提交 f21c1f3cf6 ... d8f663d33f

作者 SHA1 備註 提交日期
  zq d8f663d33f Merge branch 'master' of http://gcls-git.helxsoft.cn/GCLS/eep_page 1 周之前
  zq 613348f89f 主题色容错处理 1 周之前
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/book/courseware/preview/components/fill/FillPreview.vue

+ 1 - 1
src/views/book/courseware/preview/components/fill/FillPreview.vue

@@ -6,7 +6,7 @@
     <div class="main" :style="getMainStyle()">
       <AudioFill
         v-if="data.audio_file_id.length > 0"
-        :color="data.unified_attrib.topic_color"
+        :color="data.unified_attrib?.topic_color"
         :file-id="data.audio_file_id"
       />
       <div class="fill-wrapper">