|
|
@ -5,7 +5,7 @@ |
|
|
<div class="user"> |
|
|
<div class="user"> |
|
|
<div class="container" style="margin: 0px auto 50px;padding:60px 0px;"> |
|
|
<div class="container" style="margin: 0px auto 50px;padding:60px 0px;"> |
|
|
<div class="d-flex fn-28 align-items-center mb-4 px-3" style="height: 90px;font-weight:bold;"> |
|
|
<div class="d-flex fn-28 align-items-center mb-4 px-3" style="height: 90px;font-weight:bold;"> |
|
|
<img src="../../assets/img/home/login.png" alt="" style="width: 90px;height: 90px;margin-right:20px;"> |
|
|
<img src="@/assets/img/home/login.png" alt="" style="width: 90px;height: 90px;margin-right:20px;"> |
|
|
<div>{{ userInfo.email }}</div> |
|
|
<div>{{ userInfo.email }}</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="d-flex px-5 mb-2 fn-16" style="color:#7A7A7A;"> |
|
|
<div class="d-flex px-5 mb-2 fn-16" style="color:#7A7A7A;"> |
|
|
@ -15,7 +15,7 @@ |
|
|
<div class="w-6/24">{{$t('wallet.countryRegion')}}</div> |
|
|
<div class="w-6/24">{{$t('wallet.countryRegion')}}</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="d-flex px-5 fn-16"> |
|
|
<div class="d-flex px-5 fn-16"> |
|
|
<div class="w-6/24">{{ userInfo.phone }}13366667777</div> |
|
|
<div class="w-6/24">{{ phoneNumbe }}</div> |
|
|
<div class="w-5/24">{{ userInfo.email }}</div> |
|
|
<div class="w-5/24">{{ userInfo.email }}</div> |
|
|
<div class="w-6/24">{{ userInfo.user_auth_level_text }}</div> |
|
|
<div class="w-6/24">{{ userInfo.user_auth_level_text }}</div> |
|
|
<div class="w-6/24">{{ userInfo.country_code }}</div> |
|
|
<div class="w-6/24">{{ userInfo.country_code }}</div> |
|
|
@ -512,7 +512,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
getEmailCodeLock: false, |
|
|
getEmailCodeLock: false, |
|
|
JStime: 0, |
|
|
JStime: 0, |
|
|
tiemr: null, |
|
|
tiemr: null |
|
|
// Graph_che: '', |
|
|
// Graph_che: '', |
|
|
}; |
|
|
}; |
|
|
}, |
|
|
}, |
|
|
@ -537,7 +537,10 @@ export default { |
|
|
computed : { |
|
|
computed : { |
|
|
daojishi(){ |
|
|
daojishi(){ |
|
|
return '('+this.JStime + 's' + ')'; |
|
|
return '('+this.JStime + 's' + ')'; |
|
|
} |
|
|
}, |
|
|
|
|
|
phoneNumbe() { |
|
|
|
|
|
return this.userInfo.phone.replace(/\d(?=\d{4})/g, "*")||"" |
|
|
|
|
|
} |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
//确认提交贝宝支付 |
|
|
//确认提交贝宝支付 |
|
|
@ -710,6 +713,7 @@ export default { |
|
|
// 获取个人信息 |
|
|
// 获取个人信息 |
|
|
getUserInfo() { |
|
|
getUserInfo() { |
|
|
Profile.getUserInfo({}).then(res => { |
|
|
Profile.getUserInfo({}).then(res => { |
|
|
|
|
|
console.log(res,222); |
|
|
this.userInfo = res |
|
|
this.userInfo = res |
|
|
}); |
|
|
}); |
|
|
}, |
|
|
}, |
|
|
|