|
|
@@ -66,11 +66,11 @@ Component({
|
|
|
saleprice: data.saleprice,
|
|
|
defaultprice: data.defaultprice,
|
|
|
sa_promotion_itemsid: data.sa_promotion_itemsid || 0,
|
|
|
- cheek: v.cheek,
|
|
|
- color: v.color,
|
|
|
- material: v.material,
|
|
|
- spec: v.spec,
|
|
|
- custom: v.custom,
|
|
|
+ cheek: data.cheek,
|
|
|
+ color: data.color,
|
|
|
+ material: data.material,
|
|
|
+ spec: data.spec,
|
|
|
+ custom: data.custom,
|
|
|
// sa_orderitems_v: data.sa_orderitems_v || "",
|
|
|
index
|
|
|
})
|