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
Plain Diff
Browse Files
Authored by
hongweigao
2017-03-13 10:16:13 +0800
Commit
097ec1321b428dbcf800690425147a56d35774ee
2 parents
d2f1571c
5efcbdc6
Merge branch 'feature/coupons' into release/5.5
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 @
097ec13
...
...
@@ -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