瀏覽代碼

生字重叠问题

liuhaidi123 2 周之前
父節點
當前提交
1783c23f11
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/book/courseware/preview/components/character/CharacterPreview.vue

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

@@ -205,7 +205,7 @@
                     :Book_text="items.con"
                     :play-storkes="isEnable(data.property.is_enable_stroke)"
                     :cur-item="null"
-                    :target-div="'newWordTemplate-character-answer' + items.con + index + indexs"
+                    :target-div="'newWordTemplate-character-answer' + items.con + index + indexs + randomId"
                     :hz_json="
                       items.hz_info && items.hz_info[0].hzDetail.hz_json ? items.hz_info[0].hzDetail.hz_json : []
                     "