From 8ca744479219ffb30c2e91ffba907fa9937a7fc8 Mon Sep 17 00:00:00 2001 From: yutao <283765470@qq.com> Date: Sat, 18 Jul 2015 11:36:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=BB=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/my/account.html.erb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index 96e3cf995..f17f0306f 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -145,7 +145,7 @@
  • <%= f.select :language, :Chinese => :zh, :English => :en %>
  • - 确认 + 确认
  • @@ -169,7 +169,7 @@
  • 请输入6-12个字符
  • - 确认 + 确认
  • @@ -528,6 +528,12 @@ <% if( !@act.nil? && @act == 'password') %> $("#users_tb_2").click(); <% end %> + $('#my_account_form_link').click(function(){ + $('#my_account_form_btn').click(); + }); + $('#my_password_form_link').click(function(){ + $('#my_password_form_btn').click(); + }); });