Browse Source

赏金猎人

xiaomei 1 year ago
parent
commit
d112248689
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/pages/my/index.vue

+ 1 - 0
src/pages/my/index.vue

@@ -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>