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:52:52 +0800
Commit
e9f37dc05fce11091b983820e4e9caef70f9855a
1 parent
7d35e66d
fix(coupon): change result
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
apps/activity/models/feature.js
apps/activity/models/feature.js
View file @
e9f37dc
...
...
@@ -623,12 +623,6 @@ class featureModel extends global.yoho.BaseModel {
const
isRequired
=
result
.
data
.
some
(
i
=>
i
.
checkRequired
);
if
(
!
isRequired
)
{
return
{
error
:
'出错了~'
};
}
return
{
checkRequired
:
isRequired
};
...
...
Please
register
or
login
to post a comment