1.进入老年模式有2个按钮,最下方那个删掉吧。。2.显示的姓名第一个字脱敏处理

This commit is contained in:
范露尧
2022-08-18 16:15:30 +08:00
parent ddce3eb13e
commit 44e24a52d3
2 changed files with 3 additions and 3 deletions

View File

@@ -241,7 +241,7 @@ namespace Ewide.NbzsZheliban.Service
{ {
PrjList = list_projects, PrjList = list_projects,
IdCard = cardno, IdCard = cardno,
UserName = username, UserName = "*" + username.Substring(1, username.Length - 1),
PoliciesRegulationsLists = new Nbzs.Entity.Extends.PoliciesRegulations { List = list_PoliciesRegulations, TotalCount = list_PoliciesRegulations.Count } PoliciesRegulationsLists = new Nbzs.Entity.Extends.PoliciesRegulations { List = list_PoliciesRegulations, TotalCount = list_PoliciesRegulations.Count }
}; };
_cache.Set("IndexData-" + cardno, h5IndexModel, new TimeSpan(0, 1, 30)); _cache.Set("IndexData-" + cardno, h5IndexModel, new TimeSpan(0, 1, 30));

View File

@@ -35,14 +35,14 @@
></b ></b
> >
</p> </p>
<div> <!-- <div>
<div v-if="mode" class="old_logout" @click="logout"> <div v-if="mode" class="old_logout" @click="logout">
<span>退出老年模式</span> <span>退出老年模式</span>
</div> </div>
<div v-else class="logout" @click="logout"> <div v-else class="logout" @click="logout">
<span>进入老年模式</span> <span>进入老年模式</span>
</div> </div>
</div> </div> -->
</div> </div>
</div> </div>
</template> </template>