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
+1
View File
@@ -22,6 +22,7 @@ export type SkuTreeItemValueData = {
name: string;
imgUrl?: string;
img_url?: string;
previewImgUrl?: string;
};
export type SkuListItemData = {