|
|
@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<u-popup :show="show" mode="left" width="70%" bgColor="#000" @close="$emit('close')" @open="open"> |
|
|
|
<u-popup :show="show" mode="left" width="70%" @close="$emit('close')" @open="open"> |
|
|
|
|
|
|
|
<view style="justify-content: center;display: flex;width: 600rpx;" v-if="loading"> |
|
|
|
<u-loading-icon |
|
|
@ -24,7 +24,7 @@ |
|
|
|
</view> |
|
|
|
<view style="font-size: 22rpx;font-weight: bold;" class="line">{{ userInfo.account }}</view> |
|
|
|
<view class="line"> |
|
|
|
<view style="background-color: #6c7a25;padding: 5rpx 20rpx;"> |
|
|
|
<view style="background-color: #000;padding: 5rpx 20rpx;color: #fff;"> |
|
|
|
{{ $t('page.center.invtantion_code') }}:{{ userInfo.invitationCode }} |
|
|
|
</view> |
|
|
|
<view style="margin-left: 20rpx;" @click="copy(userInfo.invitationCode)"> |
|
|
@ -32,16 +32,16 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="line"> |
|
|
|
<view style="color: #afc056;padding: 0 10rpx;font-size: 22rpx;font-weight: 600;"> |
|
|
|
<view style="color: #000;padding: 0 10rpx;font-size: 22rpx;font-weight: 600;"> |
|
|
|
{{ $t('page.center.cradibiliy_value') }}: |
|
|
|
</view> |
|
|
|
<view style="flex: 1;padding-right: 20rpx;"> |
|
|
|
<u-line-progress |
|
|
|
:percentage="userInfo.contribution" |
|
|
|
activeColor="#afc638" height="16"></u-line-progress> |
|
|
|
activeColor="#000" height="16"></u-line-progress> |
|
|
|
</view> |
|
|
|
<!-- <view style="flex: 1;"> |
|
|
|
<view style="background-color: #afc056; |
|
|
|
<view style="background-color: #000; |
|
|
|
text-align:center;border-radius: 20rpx; |
|
|
|
margin-right: 20rpx; |
|
|
|
">{{ userInfo.contribution }}%</view> |
|
|
@ -49,7 +49,7 @@ |
|
|
|
</view> |
|
|
|
<view class="line"> |
|
|
|
<view class="box"> |
|
|
|
<view style="color: #afc056;font-weight: 900; |
|
|
|
<view style="color: #000;font-weight: 900; |
|
|
|
display: flex;justify-content: space-between;font-size: 28rpx;"> |
|
|
|
<view class=""> |
|
|
|
{{ $t('page.center.account_balance') }} |
|
|
@ -65,7 +65,7 @@ |
|
|
|
</view> |
|
|
|
<view class="line"> |
|
|
|
<view class="box"> |
|
|
|
<view style="color: #afc056;font-weight: 900; |
|
|
|
<view style="color: #000;font-weight: 900; |
|
|
|
display: flex;justify-content: space-between;font-size: 28rpx;"> |
|
|
|
<view class=""> |
|
|
|
{{ $t('page.center.wallet_amount') }} |
|
|
@ -81,7 +81,7 @@ |
|
|
|
<view slot="icon"> |
|
|
|
<img src="/static/center/6.png" width="23rpx" /> |
|
|
|
</view> |
|
|
|
<view slot="title" style="color: #eee;padding: 20rpx 0;"> |
|
|
|
<view slot="title" style="color: #000;padding: 20rpx 0;"> |
|
|
|
{{ $t('page.center.deposit') }} |
|
|
|
</view> |
|
|
|
</u-cell> |
|
|
@ -90,7 +90,7 @@ |
|
|
|
<view slot="icon"> |
|
|
|
<img src="/static/center/7.png" width="23rpx" /> |
|
|
|
</view> |
|
|
|
<view slot="title" style="color: #eee;padding: 20rpx 0;"> |
|
|
|
<view slot="title" style="color: #000;padding: 20rpx 0;"> |
|
|
|
{{ $t('page.center.withdraw') }} |
|
|
|
</view> |
|
|
|
</u-cell> |
|
|
@ -99,7 +99,7 @@ |
|
|
|
<view slot="icon"> |
|
|
|
<img src="/static/center/8.png" width="23rpx" /> |
|
|
|
</view> |
|
|
|
<view slot="title" style="color: #eee;padding: 20rpx 0;"> |
|
|
|
<view slot="title" style="color: #000;padding: 20rpx 0;"> |
|
|
|
{{ $t('page.center.personal_info') }} |
|
|
|
</view> |
|
|
|
</u-cell> |
|
|
@ -108,7 +108,7 @@ |
|
|
|
<view slot="icon"> |
|
|
|
<img src="/static/center/9.png" width="23rpx" /> |
|
|
|
</view> |
|
|
|
<view slot="title" style="color: #eee;padding: 20rpx 0;"> |
|
|
|
<view slot="title" style="color: #000;padding: 20rpx 0;"> |
|
|
|
{{ $t('page.center.Transaction') }} |
|
|
|
</view> |
|
|
|
</u-cell> |
|
|
@ -117,7 +117,7 @@ |
|
|
|
<view slot="icon"> |
|
|
|
<img src="/static/center/10.png" width="23rpx" /> |
|
|
|
</view> |
|
|
|
<view slot="title" style="color: #eee;padding: 20rpx 0;"> |
|
|
|
<view slot="title" style="color: #000;padding: 20rpx 0;"> |
|
|
|
{{ $t('page.center.wallet') }} |
|
|
|
</view> |
|
|
|
</u-cell> |
|
|
@ -126,7 +126,7 @@ |
|
|
|
<view slot="icon"> |
|
|
|
<img src="/static/center/fans.png" width="23rpx" /> |
|
|
|
</view> |
|
|
|
<view slot="title" style="color: #eee;padding: 20rpx 0;"> |
|
|
|
<view slot="title" style="color: #000;padding: 20rpx 0;"> |
|
|
|
{{ $t('page.center.fanList') }} |
|
|
|
</view> |
|
|
|
</u-cell> |
|
|
@ -135,7 +135,7 @@ |
|
|
|
<view slot="icon"> |
|
|
|
<img src="/static/center/winning-record.png" width="23rpx" /> |
|
|
|
</view> |
|
|
|
<view slot="title" style="color: #eee;padding: 20rpx 0;"> |
|
|
|
<view slot="title" style="color: #000;padding: 20rpx 0;"> |
|
|
|
{{ $t('page.center.winningRecord') }} |
|
|
|
</view> |
|
|
|
</u-cell> |
|
|
@ -144,7 +144,7 @@ |
|
|
|
<view slot="icon"> |
|
|
|
<img src="/static/center/11.png" width="23rpx" /> |
|
|
|
</view> |
|
|
|
<view slot="title" style="color: #eee;padding: 20rpx 0;"> |
|
|
|
<view slot="title" style="color: #000;padding: 20rpx 0;"> |
|
|
|
{{ $t('page.center.language') }} |
|
|
|
</view> |
|
|
|
</u-cell> |
|
|
@ -153,7 +153,7 @@ |
|
|
|
<view slot="icon"> |
|
|
|
<img src="/static/center/12.png" width="23rpx" /> |
|
|
|
</view> |
|
|
|
<view slot="title" style="color: #eee;padding: 20rpx 0;"> |
|
|
|
<view slot="title" style="color: #000;padding: 20rpx 0;"> |
|
|
|
{{ $t('page.center.customer_serivce') }} |
|
|
|
</view> |
|
|
|
</u-cell> |
|
|
@ -162,7 +162,7 @@ |
|
|
|
<view slot="icon"> |
|
|
|
<img src="/static/center/login.png" width="23rpx" /> |
|
|
|
</view> |
|
|
|
<view slot="title" style="color: #eee;padding: 20rpx 0;"> |
|
|
|
<view slot="title" style="color: #000;padding: 20rpx 0;"> |
|
|
|
{{ $t('page.center.loginRecord') }} |
|
|
|
</view> |
|
|
|
</u-cell> |
|
|
@ -172,7 +172,7 @@ |
|
|
|
<view slot="icon"> |
|
|
|
<img src="/static/center/13.png" width="23rpx" /> |
|
|
|
</view> |
|
|
|
<view slot="title" style="color: #eee;padding: 20rpx 0;"> |
|
|
|
<view slot="title" style="color: #000;padding: 20rpx 0;"> |
|
|
|
{{ $t('page.center.logout') }} |
|
|
|
</view> |
|
|
|
</u-cell> |
|
|
|