|
|
@@ -122,13 +122,12 @@ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
return obj; |
|
|
return obj; |
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
var sharedUser = getUrlParams()['sharedUser']; |
|
|
var sharedUser = getUrlParams()['sharedUser']; |
|
|
if (sharedUser) { |
|
|
if (sharedUser) { |
|
|
setTimeout(function() { |
|
|
setTimeout(function() { |
|
|
$('.invitation_tips').show().find('.__invitation_code__').text(sharedUser); |
|
|
$('.invitation_tips').show().find('.__invitation_code__').text(sharedUser); |
|
|
$('input#invitation_code').val(sharedUser).attr('disabled', true); |
|
|
|
|
|
|
|
|
$('input#invitation_code').val(sharedUser).attr('readonly', true); |
|
|
}, 20); |
|
|
}, 20); |
|
|
} |
|
|
} |
|
|
})(); |
|
|
})(); |
|
|
|