Fix Relate Film

This commit is contained in:
mubai
2024-12-15 22:40:59 +08:00
parent 80c9651619
commit 19a34d0274
4 changed files with 8 additions and 6 deletions

View File

@@ -102,6 +102,7 @@ func (i *IndexLogic) GetCategoryInfo() gin.H {
return nav
}
// GetNavCategory 获取导航分类信息
func (i *IndexLogic) GetNavCategory() []*system.Category {
// 1.获取所有分类信息
tree := system.GetCategoryTree()