瀏覽代碼

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;

部分文件因文件數量過多而無法顯示