From 0c1d7d420eeadad69fb1952699acc96802f14f55 Mon Sep 17 00:00:00 2001 From: lizanle <491823689@qq.com> Date: Thu, 15 Oct 2015 13:54:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E6=A0=A1=E7=9A=84=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E4=B8=8E=E7=8E=B0=E5=AE=9E=E9=97=AE=E9=A2=98=E9=87=8D=E5=81=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/my/account.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index 356e46d86..987bb6fbd 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -563,14 +563,14 @@ $("#hint").hide(); } }else{ - $("#hint").html('平台没有找到包含"'+e.target.value+'"的高校,创建该高校。'); + $("#hint").html('平台没有找到包含"'+e.target.value+'"的高校,创建该高校'); $("#hint").show(); } } }); }); $(document.body).click(function(e){ - if($(e.target).attr("id") != 'search_school_result_list') + if($(e.target).attr("id") != 'search_school_result_list' && $(e.target).attr("id") != 'province') { $("#search_school_result_list").hide(); $("#hint").hide();