个人中心真实姓名显示全名
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<image v-else src="../../static/img/head.svg" mode=""></image>
|
<image v-else src="../../static/img/head.svg" mode=""></image>
|
||||||
<view class="userRight">
|
<view class="userRight">
|
||||||
<view class="userTel" v-if="userInfo.user_name">
|
<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) }}
|
phoneFilter(userInfo.user_name) }}
|
||||||
</view>
|
</view>
|
||||||
<view class="userTel" v-else> </view>
|
<view class="userTel" v-else> </view>
|
||||||
|
|||||||
Reference in New Issue
Block a user