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
Email Patches
Plain Diff
Browse Files
Authored by
liangxs
9 years ago
Commit
62cd09d6661c81a90ca1d79fdd0c562001d6af06
1 parent
54c19bff
跳转登录页面时带app-version参数问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
static/js/index/coupon.js
static/js/index/coupon.js
View file @
62cd09d
...
...
@@ -40,7 +40,13 @@ $receive.on('click', function() {
success
:
function
(
data
)
{
var
msg
=
data
.
msg
,
status
=
data
.
status
,
newUrl
;
if
(
getUrlParam
(
'app-version'
))
{
newUrl
=
data
.
url
+
'?code='
+
getUrlParam
(
'code'
)
+
'&app-version='
+
getUrlParam
(
'app-version'
);
}
else
{
newUrl
=
data
.
url
+
'?code='
+
getUrlParam
(
'code'
);
}
if
(
data
.
noLogin
===
true
)
{
if
(
$
(
'#intimacy-link'
).
length
<=
0
)
{
...
...
Please
register
or
login
to post a comment