Browse Source

修复个人中心bug

shibei_master
dai 3 years ago
parent
commit
4528f1957c
  1. 8
      src/views/modules/visual/basicinfo/people.vue

8
src/views/modules/visual/basicinfo/people.vue

@ -139,12 +139,8 @@
src="@/assets/img/shuju/people/huzhu-line/zuo2.png" />
<div class="rel-text"
:class="houseInfo.userList[0].isSelf == '1' ? 'z-on' : ''">
<!-- <div class="rel-call">岳父母或公婆</div>
<div class="rel-name">吉克隽逸</div> -->
<span class="rel-call">{{
houseInfo.userList[0].relation
}}</span>
<span class="rel-name">{{ houseInfo.userList[0].userName }}</span>
<div class="rel-call">{{ houseInfo.userList[0].relation }}</div>
<div class="rel-name">{{ houseInfo.userList[0].userName }}</div>
</div>
</div>

Loading…
Cancel
Save