This commit is contained in:
yanran200730
2022-08-09 15:33:57 +08:00
parent 0af5cf5cc8
commit 6ddbc2eafa
2 changed files with 10 additions and 24 deletions

View File

@@ -1,11 +1,12 @@
<template>
<div class="DetailCard" v-if="pageShow">
<div class="top">
<image src="./components/img/4.png" />
<image v-if="resident.photo" :src="resident.photo" />
<image v-else src="./components/img/4.png" />
<div class="top-right">
<div class="top-right__top">
<div class="left">
<h2>卓作旺</h2>
<h2>{{ resident.name }}</h2>
<i>已注销</i>
</div>
<span>户主</span>