...
|
...
|
@@ -3894,11 +3894,9 @@ $receive.on('click', function() { |
|
|
success: function(data) {
|
|
|
var msg = data.msg,
|
|
|
status = data.status,
|
|
|
newUrl;
|
|
|
|
|
|
if (data.noLogin === true) {
|
|
|
newUrl = data.url + '?code=' + getUrlParam('code');
|
|
|
|
|
|
if (data.noLogin === true) {
|
|
|
if ($('#intimacy-link').length <= 0) {
|
|
|
$('body').append('<a href=\'' + newUrl + '\' style="display:none;" id="intimacy-link">' +
|
|
|
'<span class="intimacy-link"></span></a>');
|
...
|
...
|
@@ -3950,6 +3948,7 @@ $('.coupon-message-op-rel').on('click', function() { |
|
|
location.reload();
|
|
|
});
|
|
|
|
|
|
|
|
|
});
|
|
|
define("js/passport/entry", ["jquery","handlebars","source-map","hammer"], function(require, exports, module){
|
|
|
/**
|
...
|
...
|
|