Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
2019-12-04 15:22:32 +0800
Commit
7d35e66d41b4ff5c80925219fd6f19c3791139b2
1 parent
b5e25d5d
fix(coupon): fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/activity/models/feature.js
apps/activity/models/feature.js
View file @
7d35e66
...
...
@@ -623,7 +623,7 @@ class featureModel extends global.yoho.BaseModel {
const
isRequired
=
result
.
data
.
some
(
i
=>
i
.
checkRequired
);
if
(
!
couponObj
)
{
if
(
!
isRequired
)
{
return
{
error
:
'出错了~'
};
...
...
Please
register
or
login
to post a comment