diff --git a/src/pages/index/index.tsx b/src/pages/index/index.tsx index e5974f2..9f26b0e 100644 --- a/src/pages/index/index.tsx +++ b/src/pages/index/index.tsx @@ -179,8 +179,8 @@ function Home() { >( () => [ { key: 'recommend', title: '推荐', params: { recommend: 1 } }, - // { key: '4476', title: '桶装水', params: { categoryId: 4476 } }, - // { key: '4556', title: '水票套餐', params: { categoryId: 4556 } }, + { key: '4476', title: '桶装水', params: { categoryId: 4476 } }, + { key: '4556', title: '水票套餐', params: { categoryId: 4556 } }, // { key: '4557', title: '购机套餐', params: { categoryId: 4557 } }, // { key: '4477', title: '饮水设备', params: { categoryId: 4477 } }, ],