This commit is contained in:
laodaming 2023-07-31 16:45:48 +08:00
parent c7f3ca5ab4
commit c86a6bbe75

View File

@ -220,7 +220,7 @@ func (l *GetTagProductListLogic) dealWithTagMenuData(req dealWithTagMenuDataReq)
*req.MinLevel = lenLevel
}
tagTem := types.TagItem{
TagProductList: nil,
TagProductList: []interface{}{},
TypeName: *tagInfo.Title,
TypeId: tagInfo.Id,
Icon: *tagInfo.Icon,