wuxw
2019-11-21 620d850d08121f3ca8a2e3e921e94eeff4d85595
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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>