This commit is contained in:
laodaming
2023-08-08 12:56:53 +08:00
parent 93191d3beb
commit 9e5b08b9eb
3 changed files with 29 additions and 19 deletions

View File

@@ -363,7 +363,7 @@ func (l *GetTagProductListLogic) getTagProducts(req getTagProductsReq) (productL
}
image.ThousandFaceImageFormat(&r)
item.Cover = r.Cover
item.CoverDefault = r.CoverDefault
item.CoverDefault = nil
//加入分类产品切片
productListRsp = append(productListRsp, item)
}