This commit is contained in:
laodaming 2023-08-22 12:21:31 +08:00
parent 0fd64a27bd
commit 4811b9e4c2

View File

@ -160,8 +160,8 @@ func (l *GetRecommandProductListLogic) GetRecommandProductList(req *types.GetRec
Sn: *v.Sn,
Title: *v.Title,
TitleCn: *v.TitleCn,
Cover: *productInfo.Cover,
CoverImg: *productInfo.CoverImg,
Cover: *v.Cover,
CoverImg: *v.CoverImg,
CoverDefault: []types.CoverDefaultItem{},
Intro: *v.Intro,
IsRecommend: isRecommend,