소스 검색

问答点击直接展示评论

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">

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.