소스 검색

03/18 16:18

月报多声部
Xiao_Mo 5 년 전
부모
커밋
909d397efa
6개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 0
      dist/css/privacy.672762ca.css
  2. 0 0
      dist/index.html
  3. 0 0
      dist/js/app.dbfa2f15.js
  4. 0 0
      dist/js/privacy.6917cb66.js
  5. 0 0
      dist/js/privacy.d5b7f7e6.js
  6. 3 4
      src/views/teacher/reportDetailNew.vue

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


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


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


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


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


+ 3 - 4
src/views/teacher/reportDetailNew.vue

@@ -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: {

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