|
|
|
@ -91,7 +91,8 @@ |
|
|
|
{{$t('login.enterEmailCode',{email:ajar.email,num:6})}} |
|
|
|
<br /> |
|
|
|
{{$t('login.accountActivated')}}, |
|
|
|
<a href @click.prevent="step = 1;">{{$t('login.backOld')}}</a>。 |
|
|
|
<div style="display: inline-block;" class="rightText" @click.prevent="step = 1;">{{$t('login.backOld')}}</div>。 |
|
|
|
<!-- <a href @click.prevent="step = 1;">{{$t('login.backOld')}}</a>。 --> |
|
|
|
</div> |
|
|
|
<section class="my-codes"> |
|
|
|
<header class="my-codes__title">{{$t('login.verCode')}}</header> |
|
|
|
@ -121,7 +122,7 @@ |
|
|
|
<section class="my-codes"> |
|
|
|
<header class="my-codes__title">Code</header> |
|
|
|
<div class="my-codes__controls"> |
|
|
|
<input type="text" v-for="pos in 6" :key="pos" pattern="[0-9]*" @focus="current=pos" @blur="current=-1" ref="spaces" class="form-control" @keyup="handleKeyUp(pos-1, $event)" @input="handleInput(pos-1, $event)" @paste="autofill" /> |
|
|
|
<input style="color: #000;" type="text" v-for="pos in 6" :key="pos" pattern="[0-9]*" @focus="current=pos" @blur="current=-1" ref="spaces" class="form-control" @keyup="handleKeyUp(pos-1, $event)" @input="handleInput(pos-1, $event)" @paste="autofill" /> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
<aside class="prompt"> |
|
|
|
|