Commit 72e0b6c0 by xiaojiang

修改错误

parent 88a7665f
......@@ -217,7 +217,7 @@
});
$('#type_password').click(function() {
$('login_type').val('password');
$('#login_type').val('password');
$('#type_password').addClass('active');
$('#type_code').removeClass('active');
$('#password_row').removeClass('hide');
......@@ -225,7 +225,7 @@
})
$('#type_code').click(function() {
$('login_type').val('code');
$('#login_type').val('code');
$('#type_code').addClass('active');
$('#type_password').removeClass('active');
$('#code_row').removeClass('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