瀏覽代碼

定时送免费币刷新频率改为2s

zcj03 7 月之前
父節點
當前提交
f7a6ab2a9e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/app/[locale]/(TabBar)/[[...share]]/@actionWidget/Service.tsx

+ 1 - 1
src/app/[locale]/(TabBar)/[[...share]]/@actionWidget/Service.tsx

@@ -125,7 +125,7 @@ const ServiceWidget: FC<Props> = (props) => {
     };
 
     const { data: slots, run: slotRun } = useRequest<any, any>(getSlots, {
-        pollingInterval: 5000,
+        pollingInterval: 2000,
         pollingErrorRetryCount: 1,
         pollingWhenHidden: false,
     });