fix
This commit is contained in:
parent
c7f3ca5ab4
commit
c86a6bbe75
|
@ -220,7 +220,7 @@ func (l *GetTagProductListLogic) dealWithTagMenuData(req dealWithTagMenuDataReq)
|
||||||
*req.MinLevel = lenLevel
|
*req.MinLevel = lenLevel
|
||||||
}
|
}
|
||||||
tagTem := types.TagItem{
|
tagTem := types.TagItem{
|
||||||
TagProductList: nil,
|
TagProductList: []interface{}{},
|
||||||
TypeName: *tagInfo.Title,
|
TypeName: *tagInfo.Title,
|
||||||
TypeId: tagInfo.Id,
|
TypeId: tagInfo.Id,
|
||||||
Icon: *tagInfo.Icon,
|
Icon: *tagInfo.Icon,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user