浏览代码

change timer

master
azri 3 个月前
父节点
当前提交
79df17168d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/components/Navbar/Navbar.jsx

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

250
         productType,
250
         productType,
251
         list: collection
251
         list: collection
252
       })
252
       })
253
-    }, 200);
253
+    }, 100);
254
   }
254
   }
255
 
255
 
256
   const hideCollectionList = () => {
256
   const hideCollectionList = () => {

正在加载...
取消
保存