wupengfei
3 天以前 4db3e7cf1ebc85f13c1381b9b61e8a1126087a71
packages/components/src/Sku/sku.ts
@@ -6,12 +6,13 @@
    disable: boolean;
    id: string;
    name: string;
    price: number;
  }[];
};
export type Goods = {
  imagePath: string;
  price: string;
  price: number;
  skuId: string;
  name: string;
};