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
yyq
2016-11-09 15:30:39 +0800
Commit
3dc2006560bffe88fa118c5427d61f46ab9ca654
1 parent
0341be5a
样式添加已领取状态
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
public/js/product/index/top-coupon.js
public/js/product/index/top-coupon.js
View file @
3dc2006
...
...
@@ -151,6 +151,7 @@ function syncCouponStatus() {
coup
.
status
===
3
?
setPicked
(
couponObj
[
i
])
:
false
;
}
else
{
couponObj
[
i
].
status
=
2
;
// 券不存在设置领取状态为已领光
couponObj
[
i
].
dom
.
text
(
'已领光'
);
}
}
}
...
...
Please
register
or
login
to post a comment