ggooalice 2 年之前
父节点
当前提交
2b6b3c3cca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet_h5/src/views/my/children/center.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/my/children/center.vue

@@ -13,7 +13,7 @@
         <!-- 主体 -->
         <main class="mt-10">
             <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.companyName"></van-cell>
                 <!-- <van-cell title="修改密码" isLink to="/my/set"></van-cell> -->