| | |
| | | </div> |
| | | |
| | | <!-- 选择 应用信息 --> |
| | | <vc:create name="sellRoomSelectOwner" |
| | | callBackComponent = "sellCar" |
| | | ></vc:create> |
| | | <div v-if="serviceBindingInfo.index == 0"> |
| | | <vc:create name="viewAppInfo" |
| | | callBackListener="serviceBinding" |
| | | callBackFunction="notify" |
| | | ></vc:create> |
| | | </div> |
| | | |
| | | <!-- 选择 应用信息 --> |
| | | <div v-if="serviceBindingInfo.index == 1"> |
| | | <vc:create name="viewServiceInfo" |
| | | ></vc:create> |
| | | </div> |
| | | |
| | | |
| | | |
| | | <div class="row"> |
| | | <div class="col-md-10"></div> |
| | | <div class="col-md-2"> |
| | | <div class="col-md-2 " style="margin-bottom:10px; text-align:right"> |
| | | <button type="button" class="btn btn-secondary" v-on:click="_prevStep()">上一步</button> |
| | | <button type="button" class="btn btn-primary" style="margin-left:10px" v-on:click="_nextStep()">下一步</button> |
| | | <button type="button" class="btn btn-primary" style="margin-left:10px;" v-on:click="_nextStep()">下一步</button> |
| | | </div> |
| | | </div> |
| | | |