Commit fa24ca31 authored by tanjuanjuan's avatar tanjuanjuan

修改

parent 8b850874
......@@ -11,4 +11,6 @@ onHide(() => {
console.log('App Hide');
});
</script>
<style></style>
<style>
@import url('./static/fonts/iconfont.wxss');
</style>
<template>
<div class="main">
<div class="box1">
<div class="box1_house"></div>
<div class="inner">
<div class="name"><span id="userName">{{xing}}{{ch}}</span><span>,您好!</span>
</div>
<div class="welcome">欢迎使用贵阳公积金</div>
<div class="status"><span>账户状态:</span><span id="accountStatus">{{pInfo.hjstatus}}</span></div>
<div class="btngroup">
<view class="main">
<view class="box1">
<view class="box1_house"></view>
<view class="inner">
<view class="name"><span id="userName">{{xing}}{{ch}}</span><span>,您好!</span>
</view>
<view class="welcome">欢迎使用贵阳公积金</view>
<view class="status"><span>账户状态:</span><span id="accountStatus">{{pInfo.hjstatus}}</span></view>
<view class="btngroup">
<router-link to="/account" class="goToDetail">
查看账户详情
</router-link>
<a href="#" class="goToDetail">查看其它公积金账户</a>
</div>
</div>
</div>
<div class="box2 inner">
<div class="item">
<div class="item_title">公积金余额</div>
<div class="item_box">
<div class="ibox">
</view>
</view>
</view>
<view class="box2 inner">
<view class="item">
<view class="item_title">公积金余额</view>
<view class="item_box">
<view class="ibox">
<p>公积金余额(元)</p>
<div class="yefake" v-if="flag1" @click="toggleFlag1">
<view class="yefake" v-if="flag1" @click="toggleFlag1">
<span class="fakeStar">****</span>
<span class="iconfont icon-biyan"></span>
</div>
<div class="yefake" v-else @click="toggleFlag1">
</view>
<view class="yefake" v-else @click="toggleFlag1">
<span class="fakeStar txt">{{pInfo.spmend}}</span>
<span class="iconfont icon-yanjing-zhengyan"></span>
</div>
</div>
<div class="iboxcommon">
<div class="thin-line-scaled"></div>
</view>
</view>
<view class="iboxcommon">
<view class="thin-line-scaled"></view>
<router-link to="/list/0" class="iboxc">
<span>账户变动明细</span>
<span class="iconfont icon-jiantou2"></span>
</router-link>
</div>
</div>
</div>
<div class="item">
<div class="item_title">缴存</div>
<div class="item_box">
<div class="ibox">
</view>
</view>
</view>
<view class="item">
<view class="item_title">缴存</view>
<view class="item_box">
<view class="ibox">
<p>最近缴存{{YandM}}</p>
<div class="yefake" v-if="flag2" @click="toggleFlag2">
<view class="yefake" v-if="flag2" @click="toggleFlag2">
<span class="fakeStar">****</span>
<span class="iconfont icon-biyan"></span>
</div>
<div class="yefake" v-else @click="toggleFlag2">
</view>
<view class="yefake" v-else @click="toggleFlag2">
<span class="fakeStar txt">{{pInfo.spmfact}}</span>
<span class="iconfont icon-yanjing-zhengyan"></span>
</div>
</view>
<router-link to="/list/1" class="getMore">
<span>更多</span>
<span class="iconfont icon-jiantou2"></span>
</router-link>
</div>
<div class="iboxcommon">
<div class="thin-line-scaled"></div>
</view>
<!-- <view class="iboxcommon">
<view class="thin-line-scaled"></view>
<router-link to="/list/1" class="iboxc">
<span>个人缴存证明</span>
<span class="iconfont icon-jiantou2"></span>
</router-link>
</div>
</div>
</div>
<!-- <div class="item">
<div class="item_title">提取</div>
<div class="item_box">
<div class="iboxcommon">
<div class="iboxc">
</view> -->
</view>
</view>
<!-- <view class="item">
<view class="item_title">提取</view>
<view class="item_box">
<view class="iboxcommon">
<view class="iboxc">
<span>离退休提取</span>
<a href="#"><span class="iconfont icon-jiantou2"></span></a>
</div>
</div>
<div class="iboxcommon">
<div class="thin-line-scaled"></div>
<div class="iboxc">
</view>
</view>
<view class="iboxcommon">
<view class="thin-line-scaled"></view>
<view class="iboxc">
<span>离职提取</span>
<a href="#"><span class="iconfont icon-jiantou2"></span></a>
</div>
</div>
<div class="iboxcommon">
<div class="thin-line-scaled"></div>
<div class="iboxc">
</view>
</view>
<view class="iboxcommon">
<view class="thin-line-scaled"></view>
<view class="iboxc">
<span>提取进度查询</span>
<a href="#"><span class="iconfont icon-jiantou2"></span></a>
</div>
</div>
</div>
</div> -->
<!-- <div class="item">
<div class="item_title">贷款</div>
<div class="item_box">
<div class="ibox">
</view>
</view>
</view>
</view> -->
<!-- <view class="item">
<view class="item_title">贷款</view>
<view class="item_box">
<view class="ibox">
<p>贷款余额(元)</p>
<div class="yefake" v-if="flag4" @click="toggleFlag4">
<view class="yefake" v-if="flag4" @click="toggleFlag4">
<span class="fakeStar">****</span>
<span class="iconfont icon-biyan"></span>
</div>
<div class="yefake" v-else @click="toggleFlag4">
</view>
<view class="yefake" v-else @click="toggleFlag4">
<span class="fakeStar txt">{{loadData.bjye}}</span>
<span class="iconfont icon-yanjing-zhengyan"></span>
</div>
</view>
<router-link to="/loan" class="getMore">
<span>更多</span>
<span class="iconfont icon-jiantou2"></span>
</router-link>
</div>
</div>
</div> -->
<div class="item">
<div class="item_title">更多服务</div>
<div class="item_box"><router-link to="/map">公积金地图</router-link></div>
</div>
</div>
</view>
</view>
</view> -->
<view class="item">
<view class="item_title">更多服务</view>
<view class="item_box"><router-link to="/map">公积金地图</router-link></view>
</view>
</view>
</div>
</view>
</template>
<script setup>
......@@ -177,12 +177,14 @@
success(info) {
//store.commit('setCardNumber', info.data.uIdCardNo);
//公积金个人信息
axios.get('https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjgrxx', {
params: {
xma.request({
url: 'https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjgrxx',
data: {
spidno: info.data.uIdCardNo,
trantime: getCurrentTimestamp()
}
}).then(response => {
},
method: "GET",
success: function(res) {
const info = JSON.parse(response.data.data)
//store.commit('setPersonInfo', info.body.detail);
personStore.$patch({person:info.body.detail})
......@@ -204,13 +206,9 @@
// 处理错误
console.error('Error fetching data:', error);
});
}).catch(error => {
// 处理错误
console.error('Error fetching data:', error);
},
});
},
});
......
window._iconfont_svg_string_4759656='<svg><symbol id="icon-jiantouzuo" viewBox="0 0 1024 1024"><path d="M703.879715 1023.998081a30.061155 30.061155 0 0 1-22.385966-9.593986l-479.699289-479.699288c-12.791981-12.791981-12.791981-32.619552 0-45.411533l479.699289-479.699288c12.791981-12.791981 32.619552-12.791981 45.411532 0s12.791981 32.619552 0 45.411532L269.59196 512.31884l457.313321 457.313322c12.791981 12.791981 12.791981 32.619552 0 45.411532-6.395991 5.756391-14.710778 8.954387-23.025566 8.954387z" fill="#333333" ></path></symbol><symbol id="icon-fuzhi" viewBox="0 0 1024 1024"><path d="M761.088 715.3152a38.7072 38.7072 0 0 1 0-77.4144 37.4272 37.4272 0 0 0 37.4272-37.4272V265.0112a37.4272 37.4272 0 0 0-37.4272-37.4272H425.6256a37.4272 37.4272 0 0 0-37.4272 37.4272 38.7072 38.7072 0 1 1-77.4144 0 115.0976 115.0976 0 0 1 114.8416-114.8416h335.4624a115.0976 115.0976 0 0 1 114.8416 114.8416v335.4624a115.0976 115.0976 0 0 1-114.8416 114.8416z" ></path><path d="M589.4656 883.0976H268.1856a121.1392 121.1392 0 0 1-121.2928-121.2928v-322.56a121.1392 121.1392 0 0 1 121.2928-121.344h321.28a121.1392 121.1392 0 0 1 121.2928 121.2928v322.56c1.28 67.1232-54.1696 121.344-121.2928 121.344zM268.1856 395.3152a43.52 43.52 0 0 0-43.8784 43.8784v322.56a43.52 43.52 0 0 0 43.8784 43.8784h321.28a43.52 43.52 0 0 0 43.8784-43.8784v-322.56a43.52 43.52 0 0 0-43.8784-43.8784z" ></path></symbol><symbol id="icon-jiantou2" viewBox="0 0 1024 1024"><path d="M353.323071 246.407016L620.37222 510.637979l-265.320785 268.146133c-11.776208 11.775184-11.73425201 30.908964 0.091074 42.73429l0.001023 0c11.825326 11.82635 30.958082 11.867282 42.72815-2.930749L680.899758 535.559579c3.817955-4.273327 8.205892-9.321296 8.933463-12.045337 4.470825-11.112082 2.232854-24.76503301-6.710842-35.987632l-286.98213-286.98213c-11.875468-8.847505-31.096229-8.893554-42.922578 2.932796C341.393367 215.303624 341.439416 234.523361 353.323071 246.407016z" ></path></symbol><symbol id="icon-yanjing-zhengyan" viewBox="0 0 1024 1024"><path d="M512 284.19072c72.35072 0 160.18944 36.57728 247.33184 102.9888 64.68608 49.30048 108.30848 99.36896 126.17728 125.17888-17.8432 25.5232-62.29504 75.64288-129.3312 125.63456-88.04864 65.664-174.76608 101.82144-244.17792 101.82144-70.528 0-157.68064-36.58752-245.4016-103.02464-65.13664-49.3312-109.26592-99.0976-127.67744-125.05088 18.13504-25.984 61.57312-75.648 125.75232-124.55936C351.81056 320.76288 439.64928 284.19072 512 284.19072m0-70.87616c-220.32896 0-450.56 250.59328-450.56 298.68544s235.18208 298.68544 450.56 298.68544c210.42688 0 450.56-245.5296 450.56-298.68544 0-48.09216-230.23104-298.68544-450.56-298.68544z" fill="#666666" ></path><path d="M512 446.18752c36.28544 0 65.81248 29.52192 65.81248 65.81248s-29.52704 65.81248-65.81248 65.81248S446.18752 548.29056 446.18752 512 475.71456 446.18752 512 446.18752m0-70.87616c-75.48928 0-136.68864 61.19424-136.68864 136.68864S436.51072 648.68864 512 648.68864s136.68864-61.19424 136.68864-136.68864S587.48928 375.31136 512 375.31136z" fill="#666666" ></path></symbol><symbol id="icon-biyan" viewBox="0 0 1024 1024"><path d="M954.432 354.624a34.688 34.688 0 0 0-6.4-44.992c-14.4-11.264-33.664-8.064-44.864 6.4-1.6 1.6-179.456 212.224-390.976 212.224-205.12 0-390.976-212.224-392.576-213.824a32.448 32.448 0 0 0-44.864-3.2 32.704 32.704 0 0 0-3.2 44.992c3.136 4.864 41.6 48.256 102.528 96.448L92.352 537.92a31.168 31.168 0 0 0 1.6 44.992c3.2 6.4 11.2 9.664 19.2 9.664a31.36 31.36 0 0 0 22.4-9.664l88.128-91.648a623.168 623.168 0 0 0 145.792 75.52l-33.6 114.176a32.128 32.128 0 0 0 22.464 40.192h9.6a30.976 30.976 0 0 0 30.464-24.128l33.6-114.112c25.664 4.8 52.864 8.064 80.128 8.064 27.264 0 54.464-3.2 80.128-8.064l33.664 112.512c3.2 14.464 17.6 24.128 30.464 24.128 3.2 0 6.4 0 8-1.6a32.192 32.192 0 0 0 22.464-40.192l-33.664-112.512a620.864 620.864 0 0 0 145.792-75.584l86.528 90.048c6.4 6.4 14.4 9.664 22.464 9.664a31.36 31.36 0 0 0 22.4-9.664 32.64 32.64 0 0 0 1.6-44.992l-81.728-85.184c65.728-48.256 104.192-94.912 104.192-94.912z" ></path></symbol></svg>',(n=>{var t=(e=(e=document.getElementsByTagName("script"))[e.length-1]).getAttribute("data-injectcss"),e=e.getAttribute("data-disable-injectsvg");if(!e){var a,o,i,c,l,d=function(t,e){e.parentNode.insertBefore(t,e)};if(t&&!n.__iconfont__svg__cssinject__){n.__iconfont__svg__cssinject__=!0;try{document.write("<style>.svgfont {display: inline-block;width: 1em;height: 1em;fill: currentColor;vertical-align: -0.1em;font-size:16px;}</style>")}catch(t){console&&console.log(t)}}a=function(){var t,e=document.createElement("div");e.innerHTML=n._iconfont_svg_string_4759656,(e=e.getElementsByTagName("svg")[0])&&(e.setAttribute("aria-hidden","true"),e.style.position="absolute",e.style.width=0,e.style.height=0,e.style.overflow="hidden",e=e,(t=document.body).firstChild?d(e,t.firstChild):t.appendChild(e))},document.addEventListener?~["complete","loaded","interactive"].indexOf(document.readyState)?setTimeout(a,0):(o=function(){document.removeEventListener("DOMContentLoaded",o,!1),a()},document.addEventListener("DOMContentLoaded",o,!1)):document.attachEvent&&(i=a,c=n.document,l=!1,r(),c.onreadystatechange=function(){"complete"==c.readyState&&(c.onreadystatechange=null,s())})}function s(){l||(l=!0,i())}function r(){try{c.documentElement.doScroll("left")}catch(t){return void setTimeout(r,50)}s()}})(window);
\ No newline at end of file
{
"id": "4759656",
"name": "公积金",
"font_family": "iconfont",
"css_prefix_text": "icon-",
"description": "",
"glyphs": [
{
"icon_id": "19673478",
"name": "箭头左",
"font_class": "jiantouzuo",
"unicode": "e613",
"unicode_decimal": 58899
},
{
"icon_id": "5286710",
"name": "复制",
"font_class": "fuzhi",
"unicode": "e63d",
"unicode_decimal": 58941
},
{
"icon_id": "15852687",
"name": "箭头 左 小",
"font_class": "jiantou2",
"unicode": "e600",
"unicode_decimal": 58880
},
{
"icon_id": "10715457",
"name": "眼睛-睁眼",
"font_class": "yanjing-zhengyan",
"unicode": "e63a",
"unicode_decimal": 58938
},
{
"icon_id": "1597923",
"name": "闭眼",
"font_class": "biyan",
"unicode": "e6ba",
"unicode_decimal": 59066
}
]
}
@font-face {
font-family: "iconfont"; /* Project id 4759656 */
src: url('iconfont.woff2?t=1734072071678') format('woff2'),
url('iconfont.woff?t=1734072071678') format('woff'),
url('iconfont.ttf?t=1734072071678') format('truetype');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-jiantouzuo:before {
content: "\e613";
}
.icon-fuzhi:before {
content: "\e63d";
}
.icon-jiantou2:before {
content: "\e600";
}
.icon-yanjing-zhengyan:before {
content: "\e63a";
}
.icon-biyan:before {
content: "\e6ba";
}
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