|
|
@ -12,7 +12,7 @@ |
|
|
<view class="flex flex-column flex-center" style="width:100%;margin-left:18rpx;align-items:flex-start"> |
|
|
<view class="flex flex-column flex-center" style="width:100%;margin-left:18rpx;align-items:flex-start"> |
|
|
<view class="flex flex-justify" style="width:100%"> |
|
|
<view class="flex flex-justify" style="width:100%"> |
|
|
<view class="flex flex-center"> |
|
|
<view class="flex flex-center"> |
|
|
<text class="name" style="white-space: nowrap;max-width: 180rpx">{{userName || ''}}</text> |
|
|
|
|
|
|
|
|
<text class="text-cut" style="white-space: nowrap;max-width: 180rpx">{{userName || ''}}</text> |
|
|
<view class="flex flex-center" style="font-size:12px" catchtap="toAuthor"> |
|
|
<view class="flex flex-center" style="font-size:12px" catchtap="toAuthor"> |
|
|
<image class="img-auth2" src="{{userInfo.isAuth == 1 ? '../../assets/image/icon_author.png' : '../../assets/image/icon_unauthor.png'}}"></image> |
|
|
<image class="img-auth2" src="{{userInfo.isAuth == 1 ? '../../assets/image/icon_author.png' : '../../assets/image/icon_unauthor.png'}}"></image> |
|
|
<text class="{{userInfo.isAuth == 1 ? 'text-blue' : 'text-gray'}}">{{userInfo.isAuth == 1 ? '已认证' : '未实名认证'}}</text> |
|
|
<text class="{{userInfo.isAuth == 1 ? 'text-blue' : 'text-gray'}}">{{userInfo.isAuth == 1 ? '已认证' : '未实名认证'}}</text> |
|
|
|