fix
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
|
||||
<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">
|
||||
{{ userDetail }}
|
||||
{{ userDetail.country }}
|
||||
</div>
|
||||
|
||||
<!-- 邮箱登录 start -->
|
||||
|
||||
@@ -188,6 +188,8 @@ const userHabit : Module<UserHabit,RootState> = {
|
||||
country:'',//国家
|
||||
|
||||
}
|
||||
console.log(123);
|
||||
|
||||
state.bindEmail = {
|
||||
isBindEmail:false,
|
||||
type:''
|
||||
|
||||
Reference in New Issue
Block a user