mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
23 lines
684 B
HTML
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> 我要售卖</button>
|
|
</div>
|
|
|
|
</div> |