浏览代码

线上bug fix:切换题目时,音频组件未更新

刘洋 2 年之前
父节点
当前提交
86c17c60b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/features/OnlineExam/Examing/QuestionBody.vue

+ 1 - 1
src/features/OnlineExam/Examing/QuestionBody.vue

@@ -64,7 +64,7 @@ function getAudioPlayedTimes(name: string) {
 
     <div
       v-for="(item, index) in questionSegements.audios"
-      :key="index"
+      :key="item.src"
       style="
         position: relative;
         font-size: 18px;