Browse Source

乐理课标签

1
mo 3 năm trước cách đây
mục cha
commit
0bba406599
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/buildVip/index.vue

+ 2 - 0
src/views/buildVip/index.vue

@@ -883,6 +883,7 @@ export default {
         this.activeList = sotrage.activeList;
         this.studentLimit = sotrage.studentLimit;
         this.teacherList = sotrage.teacherList
+        this.isMusicTheory = sotrage.isMusicTheory
       });
     }
     this.init();
@@ -908,6 +909,7 @@ export default {
       studentList: this.studentList,
       activeList: this.activeList,
       studentLimit: this.studentLimit,
+      isMusicTheory:this.isMusicTheory
       // computationalBtn:this.computationalBtn,
     };
     localStorage.setItem(`newVip`, JSON.stringify(obj));