剔除不上线内容

This commit is contained in:
aixianling
2021-12-24 21:20:52 +08:00
parent c83aaf23f4
commit e4c29dd14e
100 changed files with 109 additions and 1497 deletions

View File

@@ -3,7 +3,7 @@
<div class="top">
<div class="photos">
<img :src="data.resident.photo" alt="" v-if="data.resident && data.resident.photo" />
<img src="./components/img/44.png" alt="" v-else />
<img src="components/img/44.png" alt="" v-else />
</div>
<div class="right">
@@ -127,7 +127,7 @@ export default {
})
},
onShow() {
document.title = '家庭成员信息'
document.title = '家庭成员信息'
},
methods: {
getDetail() {