lex-xin 5 년 전
부모
커밋
ea68a6de4c
5개의 변경된 파일12개의 추가작업 그리고 12개의 파일을 삭제
  1. 0 0
      dist/css/CourseEvaluation.5afede89.css
  2. 0 0
      dist/index.html
  3. 0 0
      dist/js/CourseEvaluation.a93d38e9.js
  4. 0 0
      dist/js/app.0f6f3814.js
  5. 12 12
      src/views/audition/CourseEvaluation.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/css/CourseEvaluation.5afede89.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/CourseEvaluation.a93d38e9.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/app.0f6f3814.js


+ 12 - 12
src/views/audition/CourseEvaluation.vue

@@ -191,18 +191,18 @@ export default {
         this.$toast("请填写曲目");
         return;
       }
-      if (!this.pronunciation) {
-        this.$toast("请给发音打分");
-        return;
-      }
-      if (!this.tempo) {
-        this.$toast("请给节奏打分");
-        return;
-      }
-      if (!this.musicTheory) {
-        this.$toast("请给乐理打分");
-        return;
-      }
+      // if (!this.pronunciation) {
+      //   this.$toast("请给发音打分");
+      //   return;
+      // }
+      // if (!this.tempo) {
+      //   this.$toast("请给节奏打分");
+      //   return;
+      // }
+      // if (!this.musicTheory) {
+      //   this.$toast("请给乐理打分");
+      //   return;
+      // }
       if (!this.memo) {
         this.$toast("请输入备注");
         return;

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