leon 1 rok temu
rodzic
commit
4566b4b4b7
1 zmienionych plików z 4 dodań i 0 usunięć
  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) => {