【功能修复】修正订单优惠券选择列表中,可用和不可用优惠券的颜色

pull/96/head
卢越 2024-09-08 10:27:46 +08:00
parent dbc192faa7
commit 27af994667
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
if (props.type === 'coupon') {
return false;
}
return props.data.status !== 1;
return props.disabled;
});
//