Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
f869544ec12bb9a8ec8f42052dd281e4780a4c65
2 parents
41f5f7dd
df66081d
Merge branch 'hotfix/newuser6'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/huodong/cuxiao/js/newuser/coupon2.js
static/huodong/cuxiao/js/newuser/coupon2.js
View file @
f869544
...
...
@@ -224,7 +224,7 @@ function getNamedCoupon(activityId, couponId, isApp, userIsLogged)
//showTip('请先登录!');
//跳app登陆页面
if
(
$
(
'.go-login'
).
length
<=
0
)
{
var
loginUrl
=
location
.
href
+
'?openby:yohobuy={"action":"go.weblogin","params":{"jumpurl":{"url":"'
+
location
.
href
+
'","param":{}},"priority":"Y"}}'
;
var
loginUrl
=
location
.
href
+
'?openby:yohobuy={"action":"go.weblogin","params":{"jumpurl":{"url":"'
+
location
.
href
+
'","param":{}},"
requesturl":{"url":"'
+
location
.
href
+
'"},"
priority":"Y"}}'
;
console
.
log
(
loginUrl
);
$
(
'body'
).
append
(
'<a href=\''
+
loginUrl
+
'\' ><span class="go-login"></span></a>'
);
}
...
...
Please
register
or
login
to post a comment