natasha 1 day ago
parent
commit
c13c41aaee

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

@@ -52,7 +52,7 @@
                         : null
                     "
                     :type="data.property.model === 'input' ? 'newWord-template-input' : data.type"
-                    :targetDiv="'newWordTemplate' + items.con + index + indexs"
+                    :targetDiv="'newWordTemplates' + items.con + index + indexs"
                     :hz_json="items.hz_info[0].hzDetail.hz_json"
                     :bgType="data.property.frame_type"
                     class="hanzi-storck"
@@ -155,7 +155,7 @@
                     :Book_text="items.con"
                     :playStorkes="isEnable(data.property.is_enable_stroke)"
                     :curItem="null"
-                    :targetDiv="'newWordTemplate' + items.con + index + indexs"
+                    :targetDiv="'newWordTemplates' + items.con + index + indexs"
                     :hz_json="items.hz_info[0].hzDetail.hz_json"
                     class="hanzi-storck"
                     :class="['strock-chinese', 'border-right-none']"