This commit is contained in:
laodaming
2023-08-02 10:08:14 +08:00
parent a0ed98d2d1
commit dab5320444
3 changed files with 0 additions and 3 deletions

View File

@@ -222,7 +222,6 @@ 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,