学校的查询与现实问题重做

This commit is contained in:
lizanle 2015-10-15 13:54:37 +08:00
parent e382cb5899
commit 0c1d7d420e
1 changed files with 2 additions and 2 deletions

View File

@ -563,14 +563,14 @@
$("#hint").hide(); $("#hint").hide();
} }
}else{ }else{
$("#hint").html('平台没有找到包含"'+e.target.value+'"的高校,创建该高校'); $("#hint").html('平台没有找到包含"'+e.target.value+'"的高校,创建该高校');
$("#hint").show(); $("#hint").show();
} }
} }
}); });
}); });
$(document.body).click(function(e){ $(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(); $("#search_school_result_list").hide();
$("#hint").hide(); $("#hint").hide();