|
|
@@ -17,6 +17,7 @@
|
|
|
<view class="flex_r flex_ac">
|
|
|
<view @click="goto('/pages/my/userinfo')" :style="{'color':localInfo.is_consume==1?'#18bb88' : ''}">{{ userinfo.nickname }}</view>
|
|
|
<image v-if="localInfo.is_consume == 1" class="consume" src="/static/my/consume.png" />
|
|
|
+ <image v-if="localInfo.bounty_hunter == 1" class="consume" src="https://teaclub.oss-cn-chengdu.aliyuncs.com/CloudShop/logo/202402/hunter.png" />
|
|
|
</view>
|
|
|
<text v-if="isAuthentication">({{ userinfo.is_authentication == 0 ? "未实名" : "已实名" }})</text>
|
|
|
</view>
|