Authored by liangxs

js格式修复

... ... @@ -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();
});
... ...