Authored by liangxs

领券

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