This commit is contained in:
yanran200730
2022-02-11 11:44:42 +08:00
parent f184cf184d
commit 0b1c2496c3

View File

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