提交 efe6c29d 编写于 作者: guangjun.yang's avatar guangjun.yang

使用原来的价格等

上级 8d823bc8
......@@ -301,9 +301,10 @@ export default {
goodsId: id,
goodsQuantity: this.goodsNum,
orderSource: 3,
preferentialPrice: preferentialPrice,
price: costPrice,
preferentialPrice: this.goods.preferentialPrice,
price: this.goods.costPrice,
}
console.log('orderData...', orderData);
this.showLoading = true;
this.POST('trade/center/order/createV2', orderData).then(res => {
if (res.code == "000000") {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册