|
|
@ -19,21 +19,21 @@ |
|
|
<view class="layout-main"> |
|
|
<view class="layout-main"> |
|
|
<view class="form m-lg bg-panel-3 p-lg rounded-md"> |
|
|
<view class="form m-lg bg-panel-3 p-lg rounded-md"> |
|
|
<view class="d-flex justify-center"> |
|
|
<view class="d-flex justify-center"> |
|
|
<view |
|
|
<!-- <view |
|
|
class="item transition-3 p-y-sp-r-sm p-x-xs fn-20 " |
|
|
class="item transition-3 p-y-sp-r-sm p-x-xs fn-20 " |
|
|
:class="{ |
|
|
:class="{ |
|
|
'color-light ':form.type==1 |
|
|
'color-light ':form.type==1 |
|
|
}" |
|
|
}" |
|
|
@click="form.type=1" |
|
|
@click="form.type=1" |
|
|
>{{$t('reg.a0')}} |
|
|
>{{$t('reg.a0')}} |
|
|
<view class="w-5 h-5 rounded-max bg-light justify-center mauto m-y-sm" |
|
|
<view class="w-5 h-5 rounded-max bg-light justify-center mauto m-y-sm" |
|
|
:class="{ |
|
|
:class="{ |
|
|
'disnone':form.type==2 |
|
|
'disnone':form.type==2 |
|
|
}" |
|
|
}" |
|
|
> |
|
|
> |
|
|
|
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> --> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view |
|
|
<view |
|
|
@ -109,10 +109,10 @@ |
|
|
:placeholder="$t('reg.b1')" |
|
|
:placeholder="$t('reg.b1')" |
|
|
></v-input> |
|
|
></v-input> |
|
|
</view> |
|
|
</view> |
|
|
<view class="form-item border-b m-b-md p-b-xs"> |
|
|
<!-- <view class="form-item border-b m-b-md p-b-xs"> |
|
|
<view class="label m-b-xs">{{$t('reg.b2')}}</view> |
|
|
<view class="label m-b-xs">{{$t('reg.b2')}}</view> |
|
|
<v-input class="color-light" :disabled="query.invite_code?true:false" v-model="form.invite_code" :placeholder="`${$t('reg.b3')}(${$t('reg.b4')})`"></v-input> |
|
|
<v-input class="color-light" :disabled="query.invite_code?true:false" v-model="form.invite_code" :placeholder="`${$t('reg.b3')}(${$t('reg.b4')})`"></v-input> |
|
|
</view> |
|
|
</view> --> |
|
|
<view class="tips d-flex m-b-md fn-sm"> |
|
|
<view class="tips d-flex m-b-md fn-sm"> |
|
|
<van-checkbox |
|
|
<van-checkbox |
|
|
:value="check" |
|
|
:value="check" |
|
|
@ -146,7 +146,7 @@ export default { |
|
|
data() { |
|
|
data() { |
|
|
return { |
|
|
return { |
|
|
form: { |
|
|
form: { |
|
|
type: 1, |
|
|
type: 2, |
|
|
country_code: "", |
|
|
country_code: "", |
|
|
country_id: 1, |
|
|
country_id: 1, |
|
|
account: "", |
|
|
account: "", |
|
|
|