feat(Sku): sku image preview (#4236)

This commit is contained in:
codpoe
2019-08-26 08:05:48 +08:00
committed by neverland
parent 34c5fea967
commit ae53f9b58f
3 changed files with 25 additions and 25 deletions
+1 -4
View File
@@ -47,7 +47,4 @@ export type SkuGoodsData = {
picture: string;
};
export type SelectedSkuData = {
s1: string;
s2: string;
};
export type SelectedSkuData = Record<string, string>;