Authored by TaoHuang

fix(coupon): fix

... ... @@ -623,7 +623,7 @@ class featureModel extends global.yoho.BaseModel {
const isRequired = result.data.some(i => i.checkRequired);
if (!couponObj) {
if (!isRequired) {
return {
error: '出错了~'
};
... ...