Commit 775f0de5 authored by tanjuanjuan's avatar tanjuanjuan

修改

parent 1edfea6a
......@@ -219,12 +219,8 @@
xh.initRexma({
code: '5dd7bdcc8619335e543621040d9d34d5', // 端内小程序唯一 code
});
xh.getUserProfile({
goLogin: true,
range: ['ACCOUNT', 'MOBILE', 'CITIZEN'],
success(info) {
//公积金个人信息
//infoStore.spidno = info.data.uIdCardNo;
infoStore.spidno="510112193507180089"
personInfo({
spidno: infoStore.spidno,
......@@ -264,8 +260,54 @@
})
})
}
})
// xh.getUserProfile({
// goLogin: true,
// range: ['ACCOUNT', 'MOBILE', 'CITIZEN'],
// success(info) {
// //公积金个人信息
// infoStore.spidno = info.data.uIdCardNo;
// personInfo({
// spidno: infoStore.spidno,
// trantime: getCurrentTimestamp()
// }).then(res => {
// const info = JSON.parse(res.data)
// infoStore.person = info.body.detail;
// //公积金缴费明细
// payList({
// "eatda": "string",
// "iseqno": "string",
// "jzh": "string",
// "sdata": "string",
// "spcode": spcode.value,
// "transcode": "string"
// }).then(res => {
// const data = JSON.parse(res.data);
// infoStore.listInfo = data.data.records[0].list.acc_info
// })
// //贷款信息
// loadInfo({
// "spidno": spidno.value,
// "spcode": spcode.value,
// "iseqno": "string"
// }).then(res => {
// const data = JSON.parse(res.data);
// infoStore.loanInfo = data.data.records[0].list.acc_info
// })
// //公积金地图
// mapInfo({
// pageSize: 50,
// pageIndex: 1
// }).then(res => {
// let data = JSON.parse(res.data)
// infoStore.mapList = data.data;
// })
// })
// }
// })
const xing = computed(() => {
if (pInfo.value) {
......
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