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