修复bug#2606 :IE浏览器:测试版—中国高校:搜索学校时ajax链接错误

This commit is contained in:
yutao 2015-05-18 17:03:26 +08:00
parent 4b58699ee9
commit 9690dc41f6
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
}
$.ajax({
type :"POST",
url :prefix + '/school/search_school/?key_word='+encodeURIComponent(value)+'&province='+province,
url :prefix + '/school/search_school/?key_word='+encodeURIComponent(value)+'&province='+encodeURIComponent(province),
data :'text',
success: function(data){
$("#schoollist").html(data);