This commit is contained in:
2026-09-24 14:58:23 +08:00
parent 6e8bb2e0a0
commit 0a1a312418
6 changed files with 63 additions and 31 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
<template>
<view class="page">
<fy-header title="同事资料" back />
<view v-if="p" class="body">
<wd-status-tip v-if="!p" image="content" tip="未找到这位同事" />
<view v-else class="body">
<view class="card profile">
<image v-if="p.avatar" class="av img" :src="p.avatar" mode="aspectFill" />
<view v-else class="av">{{ p.name.slice(0, 1) }}</view>