ソースを参照

问答点击直接展示评论

zengyicheng 2 年 前
コミット
71c4a81c58
2 ファイル変更484 行追加247 行削除
  1. 483 246
      src/components/study.vue
  2. 1 1
      src/components/studyStudent.vue

ファイルの差分が大きいため隠しています
+ 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">

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません