Commit 1c5ccc1b authored by yangyuxin's avatar yangyuxin

申报index

parent c37c1c39
...@@ -115,10 +115,16 @@ ...@@ -115,10 +115,16 @@
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: url + "/online_report/declare", url: url + "/online_report/declare",
// url: url + "/ssfwpt/declare/index",
dataType: "json", // 请求方式为jsonp dataType: "json", // 请求方式为jsonp
// async: false, // async: false,
data: { data: {
djxh: localStorage.getItem("djxh") // djxh: localStorage.getItem("djxh"),
djxh: localStorage.getItem("djxh"),
// nsrsbh: localStorage.getItem("nsrsbh"),
// token: '',
// sbsq: '',
// pzzlDm: ''
}, },
success: function (data) { //客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数 success: function (data) { //客户端jquery预先定义好的callback函数,成功获取跨域服务器上的json数据后,会动态执行这个callback函数
//el表达式变jq //el表达式变jq
......
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