feat(Sku): add sku item previewImgUrl (#4562)

This commit is contained in:
codpoe
2019-09-24 19:55:01 +08:00
committed by neverland
parent 55148936ff
commit ddfd034432
5 changed files with 11 additions and 6 deletions
+4 -2
View File
@@ -187,12 +187,14 @@ sku: {
{
id: '30349',
name: 'Red',
imgUrl: 'https://img.yzcdn.cn/1.jpg'
imgUrl: 'https://img.yzcdn.cn/1.jpg',
previewImgUrl: 'https://img.yzcdn.cn/1p.jpg',
},
{
id: '1215',
name: 'Blue',
imgUrl: 'https://img.yzcdn.cn/2.jpg'
imgUrl: 'https://img.yzcdn.cn/2.jpg',
previewImgUrl: 'https://img.yzcdn.cn/2p.jpg',
}
],
k_s: 's1'