个人中心真实姓名显示全名

This commit is contained in:
zxy
2024-03-31 18:42:10 +08:00
parent d4993b89e8
commit b1abee8c5b

View File

@@ -6,7 +6,7 @@
<image v-else src="../../static/img/head.svg" mode=""></image>
<view class="userRight">
<view class="userTel" v-if="userInfo.user_name">
{{ auth.authInfo.realName ? stringFilterNum(auth.authInfo.realName, 1) :
{{ auth.authInfo.realName ? auth.authInfo.realName :
phoneFilter(userInfo.user_name) }}
</view>
<view class="userTel" v-else> </view>