问题修复
This commit is contained in:
@@ -163,6 +163,12 @@ export function returnCouponCanUse(args) {
|
||||
reason: "当前选中的券不可与其他券同享"
|
||||
};
|
||||
}
|
||||
if(selCoupon.length>0&&!coupon.otherCouponShare){
|
||||
return {
|
||||
canUse: false,
|
||||
reason: "当前选中的券不可与其他券同享"
|
||||
};
|
||||
}
|
||||
|
||||
// 没有符合条件的商品
|
||||
if (!isDikouAll && canCalcGoodsArr.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user