|
@@ -423,7 +423,7 @@ export default {
|
|
|
product_id:skuSpecs.product_id,
|
|
product_id:skuSpecs.product_id,
|
|
|
sku_id:skuSpecs.sku_id,
|
|
sku_id:skuSpecs.sku_id,
|
|
|
goods_id:skuSpecs.goods_id,
|
|
goods_id:skuSpecs.goods_id,
|
|
|
- scene:app.scene
|
|
|
|
|
|
|
+ scene:app.options.scene
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
var buyGoods = {
|
|
var buyGoods = {
|
|
@@ -435,7 +435,7 @@ export default {
|
|
|
product_id:res.data.product_id,
|
|
product_id:res.data.product_id,
|
|
|
sku_id:res.data.product_id,
|
|
sku_id:res.data.product_id,
|
|
|
goods_id:res.data.goods_id,
|
|
goods_id:res.data.goods_id,
|
|
|
- scene:app.scene
|
|
|
|
|
|
|
+ scene:app.options.scene
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
app.buyGoods = buyGoods
|
|
app.buyGoods = buyGoods
|