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