吴学文
2019-05-21 64a3b5c008a40a687f0956dccfe6aafea61aa31f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<div id="component" class="wrapper wrapper-content animated fadeInRight ecommerce">
    <vc:create name="sellRoomSelectOwner"
    ></vc:create>
 
    <vc:create name="sellRoomSelectRoom"
    ></vc:create>
 
    <vc:create name="sellRoomOther"
    ></vc:create>
 
    <div class="">
        <button class="btn btn-primary float-right" type="button" v-on:click="doSellRoom()" ><i class="fa fa-check"></i>&nbsp;我要售卖</button>
    </div>
 
</div>