积分代申请

This commit is contained in:
liuye
2023-04-19 14:53:00 +08:00
parent d8b1b6c041
commit 2b13ea7ded
5 changed files with 75 additions and 142 deletions

View File

@@ -11,7 +11,8 @@
</div>
<div class="user-info">
<img :src="item.photo" alt="" v-if="item.photo">
<img src="./img/user-img.png" alt="" v-else>{{ item.name }}
<img src="./img/user-img.png" alt="" v-else>
{{ nodeKey == 'openId' ? item.realName : item.name }}
<span v-if="isShowPhone && item.mobile">({{item.mobile}})</span>
</div>
</div>