Browse Source

修改句号

master
liaoxinyu 2 years ago
parent
commit
3dc5d554a7
  1. 2
      src/views/profile/index.vue
  2. 15
      src/views/profile/invite.vue
  3. 5
      src/views/setting/google-verify.vue

2
src/views/profile/index.vue

@ -103,7 +103,7 @@
<div class="panel-box bg-panel shadow-sm w-100">
<div class="heading d-flex justify-content-between">{{$t('profile.resetPassword')}}</div>
<div class="tab-content">
<div class="min-height-50">{{$t('profile.forLoginAccount')}}</div>
<div class="min-height-50">{{$t('profile.forLoginAccount')}}</div>
<button type="button" class="bottom-left-btn btn btn-sm btn-primary rounded-pill" @click="$router.push('/setting')">{{$t('profile.clickReset')}}</button>
</div>
</div>

15
src/views/profile/invite.vue

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

5
src/views/setting/google-verify.vue

@ -14,7 +14,7 @@
></vue-qr>
<div class="tip fn-12">
<div>{{$t('setting.howToOpen',{name:'Google'})}}?</div>
<a href="#" class>{{$t('setting.read')}}</a>
<a href="#" class>{{$t('setting.read')}}{{lang=='zh-TW'||lang=='jp'?'。':'.'}}</a>
</div>
</div>
</div>
@ -96,7 +96,8 @@ export default {
google_token: "",
google_code: "",
sms_code: "",
email_code: ""
email_code: "",
lang: localStorage.getItem('lang')
}
};
},

Loading…
Cancel
Save