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