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
htoooth
2017-03-13 10:42:38 +0800
Commit
b0c949cc5a1c0820869a5bef505248733a0eb8cd
2 parents
cf1f0db2
097ec132
Merge branch 'release/5.5' of
http://git.yoho.cn/fe/yohobuy-node
into release/5.5
Show 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 @
b0c949c
...
...
@@ -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