ZhangXianQiang
2024-07-01 b9ab90e90cf78d5cd89273deefe154ec236b519e
src/views/exam/components/answer-main/answer-audio/index.vue
@@ -1,7 +1,8 @@
<!-- 音频题 -->
<template>
  <div class="answer-container w-full h-full">
    <el-scrollbar>
      <ExamInfo class="mb-5" :questionIndex="currentIndex" :title="activeQuestion.title"></ExamInfo>
      <ExamInfo class="mb-5" :questionIndex="currentIndex" :activeQuestion="activeQuestion"></ExamInfo>
      <div class="answer-content">
        <div class="answer-item flex" v-for="item, index in activeQuestion.items" @click="answerClick(item)"