27103
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user