Commit a9a60303 authored by tanjuanjuan's avatar tanjuanjuan

修改

parent 888ca716
...@@ -226,22 +226,22 @@ ...@@ -226,22 +226,22 @@
//公积金贷款信息 //公积金贷款信息
xma.request({ // xma.request({
url: 'https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjdkxx', // url: 'https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjdkxx',
data: { // data: {
"spidno": spidno.value, // "spidno": spidno.value,
"spcode": spcode.value, // "spcode": spcode.value,
"iseqno": "string" // "iseqno": "string"
}, // },
header: { // header: {
'content-type': 'application/json' // 'content-type': 'application/json'
}, // },
method: "GET", // method: "GET",
success: function(res) { // success: function(res) {
const data = JSON.parse(res.data.data) // const data = JSON.parse(res.data.data)
loanStore.loanInfo=data.data.records[0].list.acc_info // loanStore.loanInfo=data.data.records[0].list.acc_info
}, // },
}); // });
}, },
}); });
......
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