fix
This commit is contained in:
parent
0fd64a27bd
commit
4811b9e4c2
|
@ -160,8 +160,8 @@ func (l *GetRecommandProductListLogic) GetRecommandProductList(req *types.GetRec
|
||||||
Sn: *v.Sn,
|
Sn: *v.Sn,
|
||||||
Title: *v.Title,
|
Title: *v.Title,
|
||||||
TitleCn: *v.TitleCn,
|
TitleCn: *v.TitleCn,
|
||||||
Cover: *productInfo.Cover,
|
Cover: *v.Cover,
|
||||||
CoverImg: *productInfo.CoverImg,
|
CoverImg: *v.CoverImg,
|
||||||
CoverDefault: []types.CoverDefaultItem{},
|
CoverDefault: []types.CoverDefaultItem{},
|
||||||
Intro: *v.Intro,
|
Intro: *v.Intro,
|
||||||
IsRecommend: isRecommend,
|
IsRecommend: isRecommend,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user