【功能修复】修正订单优惠券选择列表中,可用和不可用优惠券的颜色
parent
dbc192faa7
commit
27af994667
|
@ -76,7 +76,7 @@
|
|||
if (props.type === 'coupon') {
|
||||
return false;
|
||||
}
|
||||
return props.data.status !== 1;
|
||||
return props.disabled;
|
||||
});
|
||||
|
||||
// 接受参数
|
||||
|
|
Loading…
Reference in New Issue