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

重新使用优惠券

上级 0a705d4d
...@@ -714,9 +714,6 @@ export default { ...@@ -714,9 +714,6 @@ export default {
// 重新使用优惠券 // 重新使用优惠券
let couponId = this.currentCoupon && this.currentCoupon.couponId || 0; let couponId = this.currentCoupon && this.currentCoupon.couponId || 0;
// if(!couponId) {
// couponId = couponDTO ? couponDTO.couponId : 0;
// }
const orderData = { const orderData = {
couponId: couponId, couponId: couponId,
// couponId: couponDTO ? couponDTO.couponId : 0, // couponId: couponDTO ? couponDTO.couponId : 0,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册