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
yyq
2017-09-04 15:30:40 +0800
Commit
6b3e56ac0c16c36d18dd09d4dc7b2711c84b8514
2 parents
a56e253a
3bde07dd
Merge branch 'feature/shopCoupon' into release/6.0.2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/index/top-coupon.js
public/js/product/index/top-coupon.js
View file @
6b3e56a
...
...
@@ -142,7 +142,7 @@ function syncCouponStatus() {
if
(
couponObj
.
hasOwnProperty
(
i
))
{
coup
=
asyncObj
[
i
];
if
(
coup
)
{
if
(
coup
&&
(
coup
.
status
===
1
||
coup
.
status
===
3
)
)
{
couponObj
[
i
].
status
=
coup
.
status
;
coup
.
status
===
3
?
setPicked
(
couponObj
[
i
])
:
false
;
}
else
{
...
...
Please
register
or
login
to post a comment