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
de973ffc277401e96e5450a8f5065d61bdf917f2
1 parent
384b30c7
js格式修复
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
static/js/index/coupon.js
static/js/index/coupon.js
View file @
de973ff
...
...
@@ -39,10 +39,10 @@ $receive.on('click', function() {
dataType
:
'json'
,
success
:
function
(
data
)
{
var
msg
=
data
.
msg
,
status
=
data
.
status
;
status
=
data
.
status
,
newUrl
=
data
.
url
+
'?code='
+
getUrlParam
(
'code'
);
if
(
data
.
noLogin
===
true
)
{
var
newUrl
=
data
.
url
+
'?code='
+
getUrlParam
(
'code'
);
if
(
$
(
'#intimacy-link'
).
length
<=
0
)
{
$
(
'body'
).
append
(
'<a href=\''
+
newUrl
+
'\' style="display:none;" id="intimacy-link">'
+
'<span class="intimacy-link"></span></a>'
);
...
...
@@ -65,7 +65,7 @@ $receive.on('click', function() {
}
}
},
error
:
function
()
{
error
:
function
()
{
tip
.
show
(
'网络异常!'
);
}
});
...
...
@@ -90,7 +90,7 @@ if ($('.banner-swiper').find('li').size() > 1) {
});
}
$
(
'.coupon-message-op-rel'
).
on
(
'click'
,
function
()
{
$
(
'.coupon-message-op-rel'
).
on
(
'click'
,
function
()
{
location
.
reload
();
});
...
...
Please
register
or
login
to post a comment