|
|
@@ -6,7 +6,7 @@
|
|
|
<view class='person-info'>
|
|
|
<view class='name'>
|
|
|
<text class="nickName" wx:if="{{approveStatus==3}}">{{userInfo.nickName}}</text>
|
|
|
- <text class="nickName" wx:if="{{approveStatus!=3}}">您还未填写用户名</text>
|
|
|
+ <text class="nickName" wx:if="{{approveStatus!=3}}">用户</text>
|
|
|
<text class="auth" wx:if="{{approveStatus==3}}">已认证</text>
|
|
|
<text class="unauth" wx:if="{{approveStatus!=3}}">未认证</text>
|
|
|
</view>
|