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