This commit is contained in:
laodaming 2023-08-14 12:31:49 +08:00
parent 35b02302eb
commit 6844142603
2 changed files with 11 additions and 9 deletions

View File

@ -162,6 +162,7 @@ func (l *GetRecommandProductListLogic) GetRecommandProductList(req *types.GetRec
TitleCn: *v.TitleCn, TitleCn: *v.TitleCn,
Cover: *productInfo.Cover, Cover: *productInfo.Cover,
CoverImg: *productInfo.CoverImg, CoverImg: *productInfo.CoverImg,
CoverDefault: []types.CoverDefaultItem{},
Intro: *v.Intro, Intro: *v.Intro,
IsRecommend: isRecommend, IsRecommend: isRecommend,
MinPrice: minPrice, MinPrice: minPrice,

View File

@ -183,6 +183,7 @@ func (l *HomePageRecommendProductListLogic) HomePageRecommendProductList(req *ty
Sn: *productInfo.Sn, Sn: *productInfo.Sn,
Title: *productInfo.Title, Title: *productInfo.Title,
Cover: *productInfo.Cover, Cover: *productInfo.Cover,
CoverDefault: []types.CoverDefaultItem{},
SizeNum: uint32(sizeNum), SizeNum: uint32(sizeNum),
MinPrice: minPrice, MinPrice: minPrice,
HaveOptionalFitting: haveOptionalFitting, HaveOptionalFitting: haveOptionalFitting,