BUG 27903

This commit is contained in:
aixianling
2022-03-03 18:28:00 +08:00
parent 724118734d
commit 798b93b3cb

View File

@@ -126,7 +126,7 @@ export default {
getUserInfo() {
this.$instance.post(`/app/appresident/queryFamilyById?id=${this.user.residentId}`, null, {}).then(res => {
if (res.code === 0) {
if (res?.data) {
this.userInfo = res.data
}
})
@@ -375,7 +375,7 @@ export default {
top: 8px;
height: 28px;
line-height: 28px;
padding: 012px;
padding: 0 12px;
color: #fff;
font-size: 20px;
border-radius: 13px;