个人中心功能优化

This commit is contained in:
zxy
2024-03-31 20:15:07 +08:00
parent b1abee8c5b
commit 0f8dd1afc8
3 changed files with 8 additions and 6 deletions

View File

@@ -35,10 +35,11 @@
</view>
<view class="userBaseList">
<view class="user_left">
身份
身份信息
</view>
<view class="user_Right">
<block v-if="auth.laborState">农村劳动力</block>
<!-- <block v-if="auth.laborState">农村劳动力</block> -->
{{ auth.nation }}
</view>
</view>
</view>

View File

@@ -119,8 +119,9 @@
</view>
<view class="listRight">
<view class="listRightContent">
<view class="" v-if="auth.laborState">已认证</view>
<view class="" v-else>未认证</view>
<!-- <view class="" v-if="auth.laborState">已认证</view>
<view class="" v-else>未认证</view> -->
<view class="">{{ auth.nation }}</view>
</view>
<image src="@/static/img/right.svg" mode=""></image>
</view>
@@ -132,7 +133,7 @@
<view class="name">
社保信息
</view>
<view class="listContent">选择个人身份获得精准推荐</view>
<!-- <view class="listContent">选择个人身份获得精准推荐</view> -->
</view>
<view class="listRight">
<view class="listRightContent">

View File

@@ -3,7 +3,7 @@ module.exports = {
port: 1887,
proxy: {
'/api': {
target: 'http://localhost:8000', // 内网
target: 'https://dy12333.org.cn/api/', // 内网
// target: 'http://192.168.1.109:8000', // 本地测试
ws: true,
pathRewrite: {