|
@@ -13,7 +13,7 @@
|
|
<!-- 主体 -->
|
|
<!-- 主体 -->
|
|
<main class="mt-10">
|
|
<main class="mt-10">
|
|
<div class="bg-fff">
|
|
<div class="bg-fff">
|
|
- <van-cell title="账号" v-if="userInfo.userNameNeedTranslate == '1'" :title-style="'flex: 0.5;'" :value="userInfo.phone"></van-cell>
|
|
|
|
|
|
+ <van-cell title="账号" v-if="userInfo.userNameNeedTranslate != '1'" :title-style="'flex: 0.5;'" :value="userInfo.phone"></van-cell>
|
|
<van-cell title="工号" :title-style="'flex: 0.5;'" :value="userInfo.jobNumber"></van-cell>
|
|
<van-cell title="工号" :title-style="'flex: 0.5;'" :value="userInfo.jobNumber"></van-cell>
|
|
<van-cell title="公司" :title-style="'flex: 0.5;'" :value="userInfo.companyName"></van-cell>
|
|
<van-cell title="公司" :title-style="'flex: 0.5;'" :value="userInfo.companyName"></van-cell>
|
|
<!-- <van-cell title="修改密码" isLink to="/my/set"></van-cell> -->
|
|
<!-- <van-cell title="修改密码" isLink to="/my/set"></van-cell> -->
|