Authored by lijing

app登录uidbug

@@ -331,8 +331,8 @@ function checkStudent() { @@ -331,8 +331,8 @@ function checkStudent() {
331 url: '/activity/promotion/checkStudent', 331 url: '/activity/promotion/checkStudent',
332 success: function(data) { 332 success: function(data) {
333 if (data === 0) { 333 if (data === 0) {
334 - if (window.queryString.uid) {  
335 - location.href = './student/register?shareId=' + window.queryString.uid + '&refer=' + location.href; 334 + if (window.queryString.userUid) {
  335 + location.href = './student/register?shareId=' + window.queryString.userUid + '&refer=' + location.href;
336 } else { 336 } else {
337 location.href = './student/register?refer=' + location.href; 337 location.href = './student/register?refer=' + location.href;
338 }; 338 };