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