leon 1 년 전
부모
커밋
4566b4b4b7
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      src/pages/clock/ClockMain.tsx

+ 4 - 0
src/pages/clock/ClockMain.tsx

@@ -602,6 +602,10 @@ export default function Page() {
             global.swiperDayNightRefresh()
         }
 
+        if (global.refrehWeekly){
+            global.refrehWeekly()
+        }
+
     }
 
     global.showIndexModal = (isShow: boolean, detail: any, debugNode?: any) => {