|
|
|
@ -4,13 +4,13 @@ |
|
|
|
<div class="container"> |
|
|
|
<div class="w-100 d-flex align-items-center mb-3 mt-4"> |
|
|
|
<div class="h3 mr-1">{{$t('profile.invitationReward')}}</div> |
|
|
|
<div class="border rounded-sm px-1 text-tips">{{$t('profile.dividends',{name:'AMATAK',num:'30%'})}}。</div> |
|
|
|
<div class="border rounded-sm px-1 text-tips">{{$t('profile.dividends',{name:'AMATAK',num:'30%'})}}{{lang=='zh-TW'||lang=='jp'?'。':'.'}}</div> |
|
|
|
</div> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-12 mb-4"> |
|
|
|
<div class="panel-box"> |
|
|
|
<div class="heading d-flex justify-content-between aligin-items-center"> |
|
|
|
<div>{{$t('profile.joinThePlan',{name:'AMATAK'})}}</div> |
|
|
|
<div>{{$t('profile.joinThePlan',{name:'Sbdccoin'})}}</div> |
|
|
|
<div class="blue"> |
|
|
|
<i class="el-icon-coin"></i> |
|
|
|
{{$t('profile.checkMyDividend')}} |
|
|
|
@ -124,17 +124,17 @@ |
|
|
|
<ul> |
|
|
|
<li class="my-2"> |
|
|
|
1. |
|
|
|
<span class="font-weight-bold">{{$t('profile.handlingFeeDividend')}}</span> {{$t('profile.equalInvitee')}}30%{{$t('profile.fee')}}。 |
|
|
|
<span class="font-weight-bold">{{$t('profile.handlingFeeDividend')}}</span> {{$t('profile.equalInvitee')}}30%{{$t('profile.fee')}}{{lang=='zh-TW'||lang=='jp'?'。':'.'}} |
|
|
|
</li> |
|
|
|
<li class="my-2"> |
|
|
|
2. |
|
|
|
<span class="font-weight-bold">{{$t('profile.handlingFeeDividend')}}</span> {{$t('profile.afterThat')}}10{{$t('profile.follow')}}。 |
|
|
|
<span class="font-weight-bold">{{$t('profile.handlingFeeDividend')}}</span> {{$t('profile.afterThat')}}10{{$t('profile.follow')}}{{lang=='zh-TW'||lang=='jp'?'。':'.'}} |
|
|
|
</li> |
|
|
|
<li class="my-2"> |
|
|
|
<div> |
|
|
|
3. |
|
|
|
<span class="font-weight-bold">{{$t('profile.handlingFeeDividend')}}</span>{{$t('profile.limit')}} |
|
|
|
<span class="font-weight-bold">{{$t('profile.handlingFeeDividend')}}</span>。 |
|
|
|
<span class="font-weight-bold">{{$t('profile.handlingFeeDividend')}}</span>{{lang=='zh-TW'||lang=='jp'?'。':'.'}} |
|
|
|
</div> |
|
|
|
<ul class="ml-3"> |
|
|
|
<li class="my-2"> |
|
|
|
@ -148,7 +148,7 @@ |
|
|
|
</ul> |
|
|
|
</li> |
|
|
|
<li class="my-2">4. AMATAK{{$t('profile.atAnyTime',{name:'AMATAK'})}}</li> |
|
|
|
<li class="my-2">5. AMATAK{{$t('profile.reservedRights')}}。</li> |
|
|
|
<li class="my-2">5. AMATAK{{$t('profile.reservedRights')}}{{lang=='zh-TW'||lang=='jp'?'。':'.'}}</li> |
|
|
|
<li class="my-2">6. AMATAK{{$t('profile.canDecide',{name:'AMATAK',link:'web.coin.amatak.net'})}}.</li> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
@ -167,7 +167,8 @@ export default { |
|
|
|
return { |
|
|
|
detail: {}, |
|
|
|
page:1, |
|
|
|
list:[] |
|
|
|
list:[], |
|
|
|
lang: localStorage.getItem('lang') |
|
|
|
}; |
|
|
|
}, |
|
|
|
components: { |
|
|
|
|