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