1.进入老年模式有2个按钮,最下方那个删掉吧。。2.显示的姓名第一个字脱敏处理
This commit is contained in:
@@ -241,7 +241,7 @@ namespace Ewide.NbzsZheliban.Service
|
||||
{
|
||||
PrjList = list_projects,
|
||||
IdCard = cardno,
|
||||
UserName = username,
|
||||
UserName = "*" + username.Substring(1, username.Length - 1),
|
||||
PoliciesRegulationsLists = new Nbzs.Entity.Extends.PoliciesRegulations { List = list_PoliciesRegulations, TotalCount = list_PoliciesRegulations.Count }
|
||||
};
|
||||
_cache.Set("IndexData-" + cardno, h5IndexModel, new TimeSpan(0, 1, 30));
|
||||
|
||||
@@ -35,14 +35,14 @@
|
||||
></b
|
||||
>
|
||||
</p>
|
||||
<div>
|
||||
<!-- <div>
|
||||
<div v-if="mode" class="old_logout" @click="logout">
|
||||
<span>退出老年模式</span>
|
||||
</div>
|
||||
<div v-else class="logout" @click="logout">
|
||||
<span>进入老年模式</span>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user