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