1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| <div id="component" >
| <vc:create name="sellRoomSelectOwner"
| callBackComponent = "sellRoom"
| ></vc:create>
|
| <vc:create name="sellRoomSelectRoom"
| ></vc:create>
|
| <vc:create name="sellRoomOther"
| ></vc:create>
|
| <div style="height:50px">
| <button class="btn btn-primary float-right" type="button" v-on:click="doSellRoom()" ><i class="fa fa-check"></i> 我要售卖</button>
| </div>
|
| </div>
|
|