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-30 11:34:56 +0800
Commit
e0a06d207bef803f76eed3f30e1e6dbd005cbd0f
1 parent
1c30aba2
fixes bug refs YBW-2719 login redirect cuxiao coupon page
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 @
e0a06d2
...
...
@@ -262,7 +262,7 @@ function getAllCoupon(activityId, isApp)
if
(
isApp
)
{
showTip
(
'请先登录!'
);
}
else
{
location
.
href
=
d
ata
.
data
;
location
.
href
=
d
ecodeURIComponent
(
data
.
data
)
;
}
}
else
if
(
data
.
message
)
{
...
...
Please
register
or
login
to post a comment