Commit d9a68312 authored by tanjuanjuan's avatar tanjuanjuan

修改

parent a9a60303
......@@ -102,8 +102,8 @@
<span class="iconfont icon-biyan"></span>
</view>
<view class="yefake" v-else @click="toggleFlag4">
<span class="fakeStar txt">11111</span>
<!-- <span class="fakeStar txt">{{loadData.bjye}}</span> -->
<!-- <span class="fakeStar txt">11111</span> -->
<span class="fakeStar txt">{{loadData.bjye}}</span>
<span class="iconfont icon-yanjing-zhengyan"></span>
</view>
<router-link to="/loan" class="getMore">
......@@ -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
},
});
},
});
......
......@@ -8,3 +8,5 @@ export default store;
export * from './person';
// 模块统一导出
export * from './map';
// 模块统一导出
export * from './loan';
\ No newline at end of file
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