mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
优化 业主版我的房屋明细页面 数据不显示问题
This commit is contained in:
parent
cca6a2d45d
commit
8fc44e39e0
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user