This commit is contained in:
laodaming
2023-08-01 10:30:57 +08:00
parent 87bb0f34f0
commit c75e55a5cf
3 changed files with 3 additions and 0 deletions

View File

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