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