个人中心功能优化
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user