|
|
@ -4,7 +4,7 @@ |
|
|
<v-header :title="$t('auth.a4')"></v-header> |
|
|
<v-header :title="$t('auth.a4')"></v-header> |
|
|
<main class="layout-main"> |
|
|
<main class="layout-main"> |
|
|
|
|
|
|
|
|
<view class="form-item border-b p-md m-b-md"> |
|
|
<view class="form-item border-b p-md m-b-md" v-if="0"> |
|
|
<view class="label m-b-xs">{{$t('auth.a7')}}</view> |
|
|
<view class="label m-b-xs">{{$t('auth.a7')}}</view> |
|
|
<view class="input color-light"> |
|
|
<view class="input color-light"> |
|
|
<v-picker :value="form.country_id" @change="selectCountry" :list="countryList" |
|
|
<v-picker :value="form.country_id" @change="selectCountry" :list="countryList" |
|
|
@ -17,13 +17,13 @@ |
|
|
</v-picker> |
|
|
</v-picker> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="form-item border-b p-md m-b-md"> |
|
|
<view class="form-item border-b p-md m-b-md" v-if="0"> |
|
|
<view class="label m-b-xs">{{$t('auth.a9')}}</view> |
|
|
<view class="label m-b-xs">{{$t('auth.a9')}}</view> |
|
|
<view class="input color-light"> |
|
|
<view class="input color-light"> |
|
|
<v-input v-model="form.realname" :placeholder="$t('auth.b0')"></v-input> |
|
|
<v-input v-model="form.realname" :placeholder="$t('auth.b0')"></v-input> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="form-item border-b p-md m-b-md"> |
|
|
<view class="form-item border-b p-md m-b-md" v-if="0"> |
|
|
<view class="label m-b-xs">{{$t('auth.b1')}}</view> |
|
|
<view class="label m-b-xs">{{$t('auth.b1')}}</view> |
|
|
<view class="input color-light"> |
|
|
<view class="input color-light"> |
|
|
<v-input v-model="form.id_card" :placeholder="$t('auth.b2')"></v-input> |
|
|
<v-input v-model="form.id_card" :placeholder="$t('auth.b2')"></v-input> |
|
|
@ -97,10 +97,10 @@ export default { |
|
|
countryList: [], |
|
|
countryList: [], |
|
|
imgBase: undefined, |
|
|
imgBase: undefined, |
|
|
form: { |
|
|
form: { |
|
|
id_card: "", |
|
|
// id_card: "", |
|
|
realname: "", |
|
|
// realname: "", |
|
|
country_id: "", |
|
|
// country_id: "", |
|
|
country_code: "", |
|
|
// country_code: "", |
|
|
hand_img: "", |
|
|
hand_img: "", |
|
|
back_img: "", |
|
|
back_img: "", |
|
|
front_img: "", |
|
|
front_img: "", |
|
|
|