feat(Sku): sku image preview (#4236)
This commit is contained in:
+1
-4
@@ -47,7 +47,4 @@ export type SkuGoodsData = {
|
||||
picture: string;
|
||||
};
|
||||
|
||||
export type SelectedSkuData = {
|
||||
s1: string;
|
||||
s2: string;
|
||||
};
|
||||
export type SelectedSkuData = Record<string, string>;
|
||||
|
||||
Reference in New Issue
Block a user