|
@@ -192,18 +192,18 @@ export default {
|
|
this.$toast("请填写曲目");
|
|
this.$toast("请填写曲目");
|
|
return;
|
|
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) {
|
|
if (!this.memo) {
|
|
this.$toast("请输入备注");
|
|
this.$toast("请输入备注");
|
|
return;
|
|
return;
|