浏览代码

loader 2 sec

master
azri 4 周前
父节点
当前提交
07cee68031
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/components/Loader/Loader.jsx

+ 1
- 1
src/components/Loader/Loader.jsx 查看文件

@@ -14,7 +14,7 @@ const Loader = () => {
14 14
     if (products.length > 0) {
15 15
       setTimeout(() => {
16 16
         setDisplay(false)
17
-      }, 1000);
17
+      }, 2000);
18 18
     }
19 19
 
20 20
   }, [products])

正在加载...
取消
保存