添加了区号和修复多语言

This commit is contained in:
2020-11-10 15:15:31 +08:00
parent b0a6592373
commit 9e128db2c6
4 changed files with 12 additions and 6 deletions

View File

@@ -229,7 +229,7 @@
</div>
<div class="input-box phone-box">
<div class="label">{{ lan.$t("shoujihao") }}</div>
<div class="phone">{{ userinfo.mobile }}</div>
<div class="phone">{{ userinfo.code }}{{ userinfo.mobile }}</div>
<div class="update-btn" @click="togglePhoneModal(true)">
{{ lan.$t("genghuanshoujihao") }}
</div>