Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
2015-11-28 20:39:43 +0800
Commit
4f924a7fb8cce58522097edeadb9546c3f50d425
1 parent
cfc913f3
fixes bug refs YBW-2713 modify cuxiao coupon js check is app and logged
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/huodong/cuxiao/js/151201/coupon.mobile.js
static/huodong/cuxiao/js/151201/coupon.mobile.js
View file @
4f924a7
...
...
@@ -22,7 +22,7 @@ $('#get-all-coupon').click(function() {
if
(
userIsLogged
===
'Y'
)
{
var
cookieCouponId
=
cookie
(
'_Coupon'
+
activityId
);
if
(
cookieCouponId
&&
!
isNaN
(
cookieCouponId
))
{
getNamedCoupon
(
activityId
,
cookieCouponId
,
isApp
);
getNamedCoupon
(
activityId
,
cookieCouponId
,
isApp
,
userIsLogged
);
}
}
...
...
Please
register
or
login
to post a comment