Explorar o código

合并问题修复

dsy hai 2 semanas
pai
achega
fc8dca0615

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

@@ -178,7 +178,6 @@
               <div class="words-left" :style="{}">
                 <AudioPlay
                   v-if="isEnable(data.property.is_enable_voice)"
-                  v-if="isEnable(data.property.is_enable_voice)"
                   :file-id="item.audio_file_id"
                   :theme-color="
                     data.unified_attrib && data.unified_attrib.topic_color ? data.unified_attrib.topic_color : ''
@@ -336,7 +335,6 @@
           :disabled="disabled"
           :show-play="isEnable(data.property.is_enable_play_back)"
           :bg-type="data.property.frame_type"
-          :bg-type="data.property.frame_type"
           :attrib="data.unified_attrib"
           @closeIfFreeShow="closeIfFreeShow"
           @changePraShow="changePraShow"

+ 1 - 2
src/views/book/courseware/preview/components/character_base/CharacterBasePreview.vue

@@ -23,7 +23,7 @@
             :book-strokes="items.strokes"
             :class="['strock-chinese', indexs !== data.hz_strokes_list.length - 1 ? 'border-right-none' : '']"
             :bg-type="data.property.frame_type"
-            :playColor="data.property.frame_color"
+            :play-color="data.property.frame_color"
           />
         </template>
         <template v-else>
@@ -195,7 +195,6 @@ export default {
       show_preview: false,
       miao_arr: [],
       if_miao_show: false, // 描红模块
-      show_preview: false,
       hanzi_color: '#404040', // 描红汉字底色
     };
   },