mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
23 lines
720 B
HTML
Executable File
23 lines
720 B
HTML
Executable File
<div >
|
|
<vc:create path="property/sellRoomSelectOwner"
|
|
callBackComponent = "sellRoom"
|
|
></vc:create>
|
|
|
|
<vc:create path="property/sellRoomSelectRoom"
|
|
callBackListener="sellRoom"
|
|
callBackFunction="notify"
|
|
></vc:create>
|
|
<vc:create path="property/searchRoom"
|
|
emitChooseRoom="sellRoomSelectRoom"
|
|
emitLoadData="sellRoomOther"
|
|
roomFlag="2"
|
|
></vc:create>
|
|
|
|
<vc:create path="property/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> |