Commit a9a60303 authored by tanjuanjuan's avatar tanjuanjuan

修改

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