Bläddra i källkod

Merge branch 'iteration-1015' into jenkins

lex 1 år sedan
förälder
incheckning
9e7d14abc5

+ 6 - 6
src/views/home/components/practiceData.tsx

@@ -281,11 +281,11 @@ export default defineComponent({
               </div>
             </div>
             <div class={styles.TrainDataTopRight}>
-              <div
-                // onClick={() => {
-                //   practiceFlag.value = !practiceFlag.value;
-                //   setChart();
-                // }}
+              {/* <div
+                onClick={() => {
+                  practiceFlag.value = !practiceFlag.value;
+                  setChart();
+                }}
                 class={[
                   styles.DataTopRightItem,
                   practiceFlag.value ? '' : styles.DataTopRightItemDis
@@ -296,7 +296,7 @@ export default defineComponent({
                     styles.DataTopRightDotBlue
                   ]}></div>
                 <p>练习人数</p>
-              </div>
+              </div> */}
             </div>
           </div>
           <div class={styles.chatrs}>

+ 3 - 3
src/views/prepare-lessons/components/lesson-main/courseware/index.tsx

@@ -298,9 +298,9 @@ export default defineComponent({
       // 并且没有声部时才会更新
       if (subjectList.length > 0) {
         // 并且声部在列表中
-        // const localStorageSubjectId = localStorage.getItem(
-        //   'prepareLessonSubjectId'
-        // );
+        const localStorageSubjectId = localStorage.getItem(
+          'prepareLessonSubjectId'
+        );
         // // 先取 上次上课声部,在取班级声部 最后取缓存
         // const subjectId =
         //   forms.courseScheduleSubjectId ||