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

redis_cache
yutao 10 years ago
parent 4b58699ee9
commit 9690dc41f6

@ -53,7 +53,7 @@
} }
$.ajax({ $.ajax({
type :"POST", 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', data :'text',
success: function(data){ success: function(data){
$("#schoollist").html(data); $("#schoollist").html(data);

Loading…
Cancel
Save