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