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