Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hongweigao
8 years ago
Commit
5efcbdc676d88abb0d08549c901824681f743a11
1 parent
1c2c3248
delete
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/home/models/coupons-model.js
apps/home/models/coupons-model.js
View file @
5efcbdc
...
...
@@ -65,7 +65,6 @@ const getCouponsList = (uid, type, page, limit)=>{
if
(
limits
.
indexOf
(
'2'
)
>=
0
)
{
extra
.
push
(
'限量'
);
}
delete
item
.
isNoLimit
;
result
[
i
].
extraPro
=
extra
.
join
(
'、'
);
result
[
i
].
isNoLimit
=
item
.
isNoLimit
===
'true'
?
true
:
false
;
...
...
Please
register
or
login
to post a comment