Authored by liangxs

领券

... ... @@ -18,7 +18,7 @@ $receive.on('click', function() {
status = data.status;
if (data.noLogin === true) {
location.href = data.url + '?contentCode=' + getUrlParam('contentCode');
location.href = data.url + '?code=' + getUrlParam('code');
} else {
if (status) {
$curDom.hide();
... ...