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