浏览代码

Merge branch '02/24resetMain' into test

mo 3 年之前
父节点
当前提交
ae0f633bd0
共有 1 个文件被更改,包括 2 次插入0 次删除
  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));