Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
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:31:48 +0800
Commit
1c30aba2fb9f8c0d127ae0828ab23d28344e97b0
1 parent
4f924a7f
fixes bug refs YBW-2719 login redirect cuxiao coupon page
Show 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 @
1c30aba
...
...
@@ -225,7 +225,7 @@ function getNamedCoupon(activityId, couponId, isApp, userIsLogged)
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