|
@@ -5,9 +5,8 @@
|
|
|
<view class="flex-1 min-w-1">
|
|
<view class="flex-1 min-w-1">
|
|
|
<view class="text-40 text-fore-title flex items-center gap-x-20">
|
|
<view class="text-40 text-fore-title flex items-center gap-x-20">
|
|
|
<text class="font-bold">{{ nickName }}</text>
|
|
<text class="font-bold">{{ nickName }}</text>
|
|
|
- <!-- <ie-image v-if="isVip" src="/static/personal/vip_tag.png" custom-class="w-100 h-36" /> -->
|
|
|
|
|
<view v-if="isLogin" class="bg-[#EBF4FC] pl-6 pr-20 py-6 rounded-20 flex items-center">
|
|
<view v-if="isLogin" class="bg-[#EBF4FC] pl-6 pr-20 py-6 rounded-20 flex items-center">
|
|
|
- <ie-image src="/static/personal/icon-role.png" custom-class="w-30 h-30" />
|
|
|
|
|
|
|
+ <ie-image src="/static/personal/icon-role.png" custom-class="w-30 h-30" mode="aspectFit" />
|
|
|
<text class="ml-10 text-20 text-primary">{{ roleDesc }}</text>
|
|
<text class="ml-10 text-20 text-primary">{{ roleDesc }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|