zhengyiming
3 天以前 4d73194c017d0c568280780887c2cc2048278f09
packages/components/src/Sku/sku.ts
@@ -12,7 +12,7 @@
export type Goods = {
  imagePath: string;
  price: string;
  price: number;
  skuId: string;
  name: string;
};