Showing
3 changed files
with
2 additions
and
3 deletions
@@ -3894,11 +3894,9 @@ $receive.on('click', function() { | @@ -3894,11 +3894,9 @@ $receive.on('click', function() { | ||
3894 | success: function(data) { | 3894 | success: function(data) { |
3895 | var msg = data.msg, | 3895 | var msg = data.msg, |
3896 | status = data.status, | 3896 | status = data.status, |
3897 | - newUrl; | ||
3898 | - | ||
3899 | - if (data.noLogin === true) { | ||
3900 | newUrl = data.url + '?code=' + getUrlParam('code'); | 3897 | newUrl = data.url + '?code=' + getUrlParam('code'); |
3901 | 3898 | ||
3899 | + if (data.noLogin === true) { | ||
3902 | if ($('#intimacy-link').length <= 0) { | 3900 | if ($('#intimacy-link').length <= 0) { |
3903 | $('body').append('<a href=\'' + newUrl + '\' style="display:none;" id="intimacy-link">' + | 3901 | $('body').append('<a href=\'' + newUrl + '\' style="display:none;" id="intimacy-link">' + |
3904 | '<span class="intimacy-link"></span></a>'); | 3902 | '<span class="intimacy-link"></span></a>'); |
@@ -3950,6 +3948,7 @@ $('.coupon-message-op-rel').on('click', function() { | @@ -3950,6 +3948,7 @@ $('.coupon-message-op-rel').on('click', function() { | ||
3950 | location.reload(); | 3948 | location.reload(); |
3951 | }); | 3949 | }); |
3952 | 3950 | ||
3951 | + | ||
3953 | }); | 3952 | }); |
3954 | define("js/passport/entry", ["jquery","handlebars","source-map","hammer"], function(require, exports, module){ | 3953 | define("js/passport/entry", ["jquery","handlebars","source-map","hammer"], function(require, exports, module){ |
3955 | /** | 3954 | /** |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment