Browse Source

修改验证码为黑色cd D:/项目文件/22/B_coins_pc

master
liaoxinyu 2 years ago
parent
commit
c6b8816464
  1. 4
      src/views/signUp/index.vue

4
src/views/signUp/index.vue

@ -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">

Loading…
Cancel
Save