优化:底部导航菜单

This commit is contained in:
2025-07-11 21:47:48 +08:00
parent 8375c2d6e4
commit 2a7ca140c7
13 changed files with 521 additions and 87 deletions

View File

@@ -30,6 +30,7 @@ const Index = () => {
// 当前栏目信息
if (navs) {
setNavigation(navs);
Taro.setNavigationBarTitle({title: `${navs.title}`})
}
// 获取子级栏目
if (childCateogry) {
@@ -42,7 +43,7 @@ const Index = () => {
}
useEffect(() => {
reload()
reload().then()
}, [])
return (