Commit 88a7665f by xiaojiang

修改错误

parent 0433a6c4
......@@ -216,9 +216,9 @@
});
$('#type_passord').click(function() {
$('#type_password').click(function() {
$('login_type').val('password');
$('#type_passord').addClass('active');
$('#type_password').addClass('active');
$('#type_code').removeClass('active');
$('#password_row').removeClass('hide');
$('#code_row').addClass('hide');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment