|
@@ -285,9 +285,9 @@ export default {
|
|
|
(res.data.data.teacher && res.data.data.teacher.headUrl) ||
|
|
|
this.imgList.default_head_img
|
|
|
};
|
|
|
- // this.subjectJson = subjectJson[res.data.data.subjectName];
|
|
|
- this.subjectJson = subjectJson['打击乐'];
|
|
|
- console.log(this.subjectJson)
|
|
|
+ this.subjectJson = subjectJson[res.data.data.subjectName];
|
|
|
+ // this.subjectJson = subjectJson['打击乐'];
|
|
|
+ // console.log(this.subjectJson)
|
|
|
this.teachingMaterial = JSON.parse(res.data.data.teachingMaterial);
|
|
|
this.musicTheory = JSON.parse(res.data.data.musicTheory);
|
|
|
this.song = res.data.data.song;
|
|
@@ -326,7 +326,6 @@ export default {
|
|
|
seven: 7,
|
|
|
eight: 8
|
|
|
};
|
|
|
- console.log()
|
|
|
if(object[some[index]]){
|
|
|
switch (str) {
|
|
|
case 1: {
|