ソースを参照

Merge branch 'master' into online

lex-xin 5 年 前
コミット
26f074b195

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

@@ -192,18 +192,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;

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