Browse Source

问答点击直接展示评论

zengyicheng 2 years ago
parent
commit
71c4a81c58
2 changed files with 484 additions and 247 deletions
  1. 483 246
      src/components/study.vue
  2. 1 1
      src/components/studyStudent.vue

File diff suppressed because it is too large
+ 483 - 246
src/components/study.vue


+ 1 - 1
src/components/studyStudent.vue

@@ -976,7 +976,7 @@
                             @click="openTools(15, toolIndex, taskCount, w.works)"
                             alt=""
                           />-->
-                          <div class="answerBg" style="border-radius: 15px 15px 0 0">
+                          <div class="answerBg" style="border-radius: 15px 15px 0 0" @click="commentOther(w, toolIndex, wIndex)">
                             <div>{{ w.sName }}</div>
                             <el-tooltip class="item" effect="light" :content="JSON.parse(w.works)[0].answer"
                               placement="top">

Some files were not shown because too many files changed in this diff