浏览代码

remove session collection

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

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

@@ -120,6 +120,7 @@ const MobileNav = ({ open, onClose, menu = [] }) => {
120 120
             disableGutters={true}
121 121
             onClick={() => {
122 122
               sessionStorage.setItem('amber-select-product-type', productType)
123
+              sessionStorage.removeItem('amber-select-collection')
123 124
               if (collection?.length == 0) window.location.href = `/products`;
124 125
             }}
125 126
             sx={{

正在加载...
取消
保存