积分申请

This commit is contained in:
liuye
2023-04-20 10:03:12 +08:00
parent 75f6bbc99e
commit 18c7f55c6f
2 changed files with 3 additions and 1 deletions

View File

@@ -14,6 +14,7 @@
<img src="./img/user-img.png" alt="" v-else>
{{ item.name }}
<span v-if="isShowPhone && item.mobile">({{item.mobile}})</span>
<span v-if="isShowPhone && item.phone && !item.mobile">({{item.phone}})</span>
</div>
</div>
</template>