wuxw
2019-07-16 e108ff50d948e7b8f85a07a8ec708699df745c82
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div id="component" >
 
    <div class="java110_step">
        <div id="step" ></div>
    </div>
 
    <!-- 选择 应用信息 -->
    <vc:create name="sellRoomSelectOwner"
               callBackComponent = "sellCar"
    ></vc:create>
 
 
 
    <div class="row">
        <div class="col-md-10"></div>
        <div class="col-md-2">
            <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>
        </div>
    </div>
 
</div>