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