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>
|
|