修复登录弹窗问题

This commit is contained in:
X1627315083
2025-02-03 16:44:52 +08:00
parent 5ceb334b6f
commit d82876abd3
2 changed files with 1 additions and 1 deletions

View File

@@ -77,7 +77,6 @@
<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.country }}
</div>
<!-- 邮箱登录 start -->

View File

@@ -346,6 +346,7 @@ const userHabit : Module<UserHabit,RootState> = {
}
let getUserDetail = ()=>{
return new Promise((resolve,reject) => {
context.commit('createDetail')
Https.axiosPost(Https.httpUrls.accountDetail).then((rv: any) => {
if(rv){
context.commit('setUserDetail',rv)