mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
19 lines
428 B
HTML
19 lines
428 B
HTML
<div id="component" >
|
|
|
|
<!-- 业主信息 -->
|
|
<vc:create name="viewOwnerInfo"
|
|
callBackListener="sellParkingSpace"
|
|
callBackFunction="notify"
|
|
showCallBackButton="true"
|
|
></vc:create>
|
|
|
|
<!-- 业主 房屋信息 -->
|
|
<vc:create name="showOwnerRoom"
|
|
></vc:create>
|
|
|
|
<!-- 业主 车位信息 -->
|
|
<vc:create name="showOwnerParkingSpace"
|
|
></vc:create>
|
|
|
|
|
|
</div> |