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