MicroCommunityWeb/public/components/sellRoom/sellRoom.html
2020-03-11 20:13:05 +08:00

23 lines
684 B
HTML

<div >
<vc:create name="sellRoomSelectOwner"
callBackComponent = "sellRoom"
></vc:create>
<vc:create name="sellRoomSelectRoom"
callBackListener="sellRoom"
callBackFunction="notify"
></vc:create>
<vc:create name="searchRoom"
emitChooseRoom="sellRoomSelectRoom"
emitLoadData="sellRoomOther"
roomFlag="2"
></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>