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