Browse Source

signup

tags/v1.22.9.2^2
chenshihai 3 years ago
parent
commit
c21905ba37
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      templates/user/auth/signup_inner.tmpl

+ 2
- 3
templates/user/auth/signup_inner.tmpl View File

@@ -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);
} }
})(); })();


Loading…
Cancel
Save