wuxw
2019-07-11 b3f85b60ba9e39572e686009d36b5e5d7e81e910
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>&nbsp;我要售卖</button>
    </div>
 
</div>