|
|
@@ -33,6 +33,12 @@
|
|
|
]"
|
|
|
>{{ $t('lang35') }}{{ userinfo.addressEncrypt }}</span
|
|
|
>
|
|
|
+
|
|
|
+ <div class="vip" v-if="userinfo.team_level_id > 0">
|
|
|
+ <img src="@/assets/images/v.png" alt="" @click="copy" :data-clipboard-text="this.userinfo.nickname" />
|
|
|
+ <span>{{ userinfo.team_level_id }}</span>
|
|
|
+ </div>
|
|
|
+
|
|
|
<img src="@/assets/images/trade/copy.png" alt="" class="copys" @click="copy" :data-clipboard-text="this.userinfo.address" />
|
|
|
</div>
|
|
|
<div class="lang flex-col">
|
|
|
@@ -496,7 +502,22 @@ export default {
|
|
|
width: 16px;
|
|
|
height: 16px;
|
|
|
margin-left: 4px;
|
|
|
+ margin-top: 2px;
|
|
|
+ }
|
|
|
+ .vip {
|
|
|
+ font-family: Cambria;
|
|
|
+ margin: 4px 2px 0 4px;
|
|
|
+ img {
|
|
|
+ width: 13px;
|
|
|
+ height: 13px;
|
|
|
+ }
|
|
|
+ span {
|
|
|
+ color: #ffa94a;
|
|
|
+ font-size: 10px;
|
|
|
+ margin-left: -4px;
|
|
|
+ }
|
|
|
}
|
|
|
+
|
|
|
.lang {
|
|
|
position: absolute;
|
|
|
right: 14px;
|