This commit is contained in:
yanran200730
2022-02-10 15:38:27 +08:00
parent 89d85d9a3e
commit 92579604f5

View File

@@ -44,8 +44,8 @@
<image src="./components/img/user-icon.png" />
<div class="right">
<div class="right-top">
<h2><AiOpenData v-if="item.id" type="userName" :openid="item.id"/></h2>
<span>{{ $dict.getLabel('wxUserType', item.userType) }}</span>
<h2>{{ item.nickName }}</h2>
<!-- <span>{{ $dict.getLabel('wxUserType', item.userType) }}</span> -->
</div>
<p>{{ item.commitTime }}</p>
</div>