Commit 889a4d9b by 陈超

T

parent adbaad12
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
$.ajax({ $.ajax({
type:'POST', type:'POST',
url:"{:U('home/User/getAreaList')}", url:"{:U('home/User/getAreaList')}",
data: id, data: { id: id },
dataType:'json', dataType:'json',
success:function(res){ success:function(res){
console.log(res) console.log(res)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment