提交 68be8e06 编写于 作者: guofeng.chen's avatar guofeng.chen

修改isSale

上级 7d742401
...@@ -281,9 +281,9 @@ export default { ...@@ -281,9 +281,9 @@ export default {
} }
const { id, couponDTO, isSale } = this.goods; const { id, couponDTO, isSale } = this.goods;
const { preferentialPrice, costPrice } = this.totalPrice; const { preferentialPrice, costPrice } = this.totalPrice;
// if (!id || isSale !== 1) { if (!id || isSale !== 1) {
// return; return;
// } }
const orderData = { const orderData = {
couponId: couponDTO ? couponDTO.couponId : 0, couponId: couponDTO ? couponDTO.couponId : 0,
goodsId: id, goodsId: id,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册