用户名展示修改为用户昵称
parent
b7a2a681c2
commit
7711e5ca7b
|
@ -17,7 +17,7 @@
|
|||
<div class="user-img">
|
||||
<img :src="userInfo.face" />
|
||||
</div>
|
||||
<p>{{userInfo.username | secrecyMobile}}</p>
|
||||
<p>{{userInfo.nickName}}</p>
|
||||
</div>
|
||||
|
||||
<!-- 循环导航栏 -->
|
||||
|
|
Loading…
Reference in New Issue