fix
This commit is contained in:
parent
19f988eccd
commit
dfe171ea94
|
@ -147,7 +147,7 @@ func (l *GetProductListLogic) GetProductList(req *types.GetProductListReq, login
|
||||||
CoverImg: v.CoverImg,
|
CoverImg: v.CoverImg,
|
||||||
IsEnv: v.IsProtection,
|
IsEnv: v.IsProtection,
|
||||||
IsMicro: v.IsMicrowave,
|
IsMicro: v.IsMicrowave,
|
||||||
SizeNum: 1,
|
SizeNum: 1, //????????????????
|
||||||
MiniPrice: format.CentoDollar(minPrice),
|
MiniPrice: format.CentoDollar(minPrice),
|
||||||
}
|
}
|
||||||
if req.Size > 0 {
|
if req.Size > 0 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user