From f25015c6b8f2695ccb4d0af273fea0b14aa1d6b3 Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Fri, 16 Oct 2015 16:59:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E6=A0=A1=E5=90=8D=E5=AD=97=E4=B8=AD?= =?UTF-8?q?=E6=9C=89=E6=8D=A2=E8=A1=8C=E7=9A=84=E8=AF=9D=EF=BC=8C=E9=9C=80?= =?UTF-8?q?=E8=A6=81=E5=B0=86=E6=8D=A2=E8=A1=8C=E5=8F=98=E6=88=90=E7=A9=BA?= =?UTF-8?q?=E6=A0=BC=20=E5=A6=82=E6=9E=9C=E8=81=9A=E7=84=A6=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E5=80=99=EF=BC=8C=E5=AD=A6=E6=A0=A1id=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=9A=84=E8=AF=9D=EF=BC=8C=E9=82=A3=E4=B9=88=E5=B0=B1?= =?UTF-8?q?=E4=B8=8D=E9=9C=80=E8=A6=81=E5=8E=BB=E6=9F=A5=E8=AF=A2=E4=BA=86?= =?UTF-8?q?=E3=80=82=20=E5=A6=82=E6=9E=9C=E6=98=AF=E5=9B=A0=E4=B8=BA?= =?UTF-8?q?=E5=AD=A6=E6=A0=A1=E4=B8=8D=E5=AD=98=E5=9C=A8=E7=9A=84=E7=BC=98?= =?UTF-8?q?=E6=95=85=EF=BC=8C=E7=BB=99=E5=87=BA=E6=8F=90=E7=A4=BA=EF=BC=8C?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=E5=AD=A6=E6=A0=A1=E5=BF=85=E9=A1=BB=E6=98=AF?= =?UTF-8?q?=E4=BB=8E=E4=B8=8B=E6=8B=89=E5=88=97=E8=A1=A8=E4=B8=AD=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/my/account.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index b991ee32a..b439adaac 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -663,7 +663,7 @@ <% end %> $('#my_account_form_link').click(function(e){ if( $("input[name='province']").val().trim() != '' && $("input[name='occupation']").val().trim() == ''){ //学校名字和id不对的话 - $("#hint").html('学校必须是从下拉列表中选择的').show(); + $("#hint").html('学校必须是从下拉列表中选择的,不能手动修改').show(); e.stopImmediatePropagation(); return; }