瀏覽代碼

upif (global.refrehWeekly){
global.refrehWeekly()

leon 1 年之前
父節點
當前提交
8086379297
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/pages/clock/ClockMain.tsx

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

@@ -592,6 +592,9 @@ export default function Page() {
         if (global.swiperDayNightRefresh) {
             global.swiperDayNightRefresh()
         }
+        if (global.refrehWeekly){
+            global.refrehWeekly()
+        }
 
     }