|
|
|
@ -66,7 +66,7 @@ |
|
|
|
<img class="" :src="Graph_che" @click="gett_gc_code" style="object-fit: contain;width: 166px;height: 56px;"> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="form-group row" v-if="0"> |
|
|
|
<div class="form-group row" v-if="0"> |
|
|
|
<input type="text" class="form-control" :disabled="$route.query.invite_code?true:false" v-model="user.parentCode" :placeholder="`${$t('login.referrer')}`" /> |
|
|
|
<!-- (${$t('login.optional')}) --> |
|
|
|
</div> |
|
|
|
@ -96,7 +96,7 @@ |
|
|
|
<section class="my-codes"> |
|
|
|
<header class="my-codes__title">{{$t('login.verCode')}}</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"> |
|
|
|
|