|
|
|
@ -2,6 +2,12 @@ |
|
|
|
<v-page class="pos-login"> |
|
|
|
<v-header :title="$t('safe.c8')"></v-header> |
|
|
|
<main class=" m-x-xl bg-panel-3 p-x-lg p-y-lg rounded-md box-shadow"> |
|
|
|
<view class="form-item border-b p-md"> |
|
|
|
<view class="label m-b-xs">{{$t('safe.b1')}}</view> |
|
|
|
<view class="input color-light"> |
|
|
|
<v-input v-model="form.account" :placeholder="`${$t('safe.a4')}`" @blur="checkAccount"></v-input> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="form-item border-b p-md "> |
|
|
|
<view class="label m-b-xs">{{$t('safe.b3')}}</view> |
|
|
|
<view class="input color-light"> |
|
|
|
@ -86,6 +92,9 @@ export default { |
|
|
|
this.gett_gc_code(); |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
checkAccount(){ |
|
|
|
|
|
|
|
}, |
|
|
|
//获取图形验证码 |
|
|
|
refreshCaptcha() { |
|
|
|
axios.get('/register/Graph_che') |
|
|
|
|