fix
This commit is contained in:
@@ -77,7 +77,7 @@
|
|||||||
|
|
||||||
<div class="login_form_title marign_top30">{{$t('account.CompanyName')}}:</div>
|
<div class="login_form_title marign_top30">{{$t('account.CompanyName')}}:</div>
|
||||||
<input class="login_form_input" :class="{active:!!userDetail.occupation}" :disabled="!!userDetail.occupation" type="text" placeholder="Please enter occupation" v-model="CompanyName">
|
<input class="login_form_input" :class="{active:!!userDetail.occupation}" :disabled="!!userDetail.occupation" type="text" placeholder="Please enter occupation" v-model="CompanyName">
|
||||||
{{ userDetail }}
|
{{ userDetail.country }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 邮箱登录 start -->
|
<!-- 邮箱登录 start -->
|
||||||
|
|||||||
@@ -188,6 +188,8 @@ const userHabit : Module<UserHabit,RootState> = {
|
|||||||
country:'',//国家
|
country:'',//国家
|
||||||
|
|
||||||
}
|
}
|
||||||
|
console.log(123);
|
||||||
|
|
||||||
state.bindEmail = {
|
state.bindEmail = {
|
||||||
isBindEmail:false,
|
isBindEmail:false,
|
||||||
type:''
|
type:''
|
||||||
|
|||||||
Reference in New Issue
Block a user