优化 业主版我的房屋明细页面 数据不显示问题

This commit is contained in:
java110 2022-07-04 11:53:59 +08:00
parent cca6a2d45d
commit 8fc44e39e0
2 changed files with 1 additions and 36 deletions

View File

@ -1,23 +1,5 @@
<template>
<view>
<view class="block__title">业主信息</view>
<view class="cu-form-group">
<view class="title">业主ID</view>
{{ownerInfo.memberId}}
</view>
<view class="cu-form-group">
<view class="title">名称</view>
{{ownerInfo.appUserName}}
</view>
<view class="cu-form-group">
<view class="title">身份证</view>
{{ownerInfo.idCard}}
</view>
<view class="cu-form-group">
<view class="title">联系方式</view>
{{ownerInfo.link}}
</view>
<view class="block__title">房屋信息</view>
<view class="cu-form-group">
<view class="title">房屋ID</view>

View File

@ -9,15 +9,6 @@
</view>
<view class="block__title">小区信息</view>
<view class="cu-list menu">
<view class="cu-item">
<view class="content">
<text class="cuIcon-location text-green"></text>
<text class="text-grey">/</text>
</view>
<view class="action">
<text class="text-grey text-sm">{{areaName}}</text>
</view>
</view>
<view class="cu-item">
<view class="content">
<text class="cuIcon-info text-green"></text>
@ -40,15 +31,7 @@
</view>
<view class="block__title">业主信息</view>
<view class="cu-list menu">
<view class="cu-item">
<view class="content">
<text class="cuIcon-info text-green"></text>
<text class="text-grey">业主编码</text>
</view>
<view class="action">
<text class="text-grey text-sm">{{appUserId}}</text>
</view>
</view>
<view class="cu-item">
<view class="content">
<text class="cuIcon-profile text-green"></text>