Commit d9a68312 authored by tanjuanjuan's avatar tanjuanjuan

修改

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