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