用户名展示修改为用户昵称

master
Chopper 2021-06-16 17:55:05 +08:00
parent b7a2a681c2
commit 7711e5ca7b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<div class="user-img">
<img :src="userInfo.face" />
</div>
<p>{{userInfo.username | secrecyMobile}}</p>
<p>{{userInfo.nickName}}</p>
</div>
<!-- 循环导航栏 -->