功能优化

This commit is contained in:
zxy
2024-03-31 21:20:47 +08:00
parent 9060ba5b71
commit 21c1a5a0ff
2 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
</view>
<view class="user_Right">
<!-- <block v-if="auth.laborState">农村劳动力</block> -->
{{ auth.nation }}
{{ auth.authInfo.nation }}
</view>
</view>
<view class="userBaseList">
@@ -48,7 +48,7 @@
</view>
<view class="user_Right">
<!-- <block v-if="auth.laborState">农村劳动力</block> -->
{{ auth.politics }}
{{ auth.authInfo.politics }}
</view>
</view>
</view>