|
|
|
@ -85,7 +85,7 @@ |
|
|
|
{{$t('login.enterEmailCode',{email:ajar.email,num:6})}} |
|
|
|
<br /> |
|
|
|
{{$t('login.accountActivated')}}, |
|
|
|
<a href @click.prevent="step = 1;">{{$t('login.backOld')}}</a>。 |
|
|
|
<a href @click.prevent="step = 1;">{{$t('login.backOld')}}</a>{{lang=='tw'||lang=='jp'?'。':'.'}} |
|
|
|
</div> |
|
|
|
<section class="my-codes"> |
|
|
|
<header class="my-codes__title">{{$t('login.verCode')}}</header> |
|
|
|
@ -96,9 +96,9 @@ |
|
|
|
<aside class="prompt"> |
|
|
|
<header class="prompt__no-recieved">{{$t('login.notEmail')}}:</header> |
|
|
|
<ul class="prompt__inner"> |
|
|
|
<li>· {{$t('login.confirmEmail')}}。</li> |
|
|
|
<li>· {{$t('login.confing')}}。</li> |
|
|
|
<li>· {{$t('login.checkTrashCan')}}。</li> |
|
|
|
<li>· {{$t('login.confirmEmail')}}{{lang=='tw'||lang=='jp'?'。':'.'}}</li> |
|
|
|
<li>· {{$t('login.confing')}}{{lang=='tw'||lang=='jp'?'。':'.'}}</li> |
|
|
|
<li>· {{$t('login.checkTrashCan')}}{{lang=='tw'||lang=='jp'?'。':'.'}}</li> |
|
|
|
</ul> |
|
|
|
</aside> |
|
|
|
</div> |
|
|
|
@ -110,7 +110,7 @@ |
|
|
|
) {{$t('login.enterPhone2',{num:6})}} |
|
|
|
<br /> |
|
|
|
{{$t('login.accountActivated')}}, |
|
|
|
<a href @click.prevent="step = 1;">{{$t('login.backOld')}}</a>。 |
|
|
|
<a href @click.prevent="step = 1;">{{$t('login.backOld')}}</a>{{lang=='tw'||lang=='jp'?'。':'.'}} |
|
|
|
</div> |
|
|
|
<section class="my-codes"> |
|
|
|
<header class="my-codes__title">Code</header> |
|
|
|
@ -121,8 +121,8 @@ |
|
|
|
<aside class="prompt"> |
|
|
|
<header class="prompt__no-recieved">{{$t('login.smsNotReceived')}}:</header> |
|
|
|
<ul class="prompt__inner"> |
|
|
|
<li>· {{$t('login.phoneCorrect')}}。</li> |
|
|
|
<li>· {{$t('login.securePhone')}}。</li> |
|
|
|
<li>· {{$t('login.phoneCorrect')}}{{lang=='tw'||lang=='jp'?'。':'.'}}</li> |
|
|
|
<li>· {{$t('login.securePhone')}}{{lang=='tw'||lang=='jp'?'。':'.'}}</li> |
|
|
|
</ul> |
|
|
|
</aside> |
|
|
|
</div> |
|
|
|
|