mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
19 lines
668 B
HTML
19 lines
668 B
HTML
<div>
|
|
<div class="java110_step">
|
|
<div id="step"></div>
|
|
</div>
|
|
<!-- 选择商品 -->
|
|
<div v-if="scrapGoodsStepInfo.index == 0">
|
|
<vc:create path="common/viewResourceMyGoodsInfo" callBackListener="scrapGoodsStep" callBackFunction="notify">
|
|
</vc:create>
|
|
</div>
|
|
<div class="row">
|
|
<div class="col-md-10"></div>
|
|
<div class="col-md-2 " style="margin-bottom:10px; text-align:right">
|
|
<button v-if="scrapGoodsStepInfo.index == 0" type="button" class="btn btn-primary"
|
|
style="margin-left:10px;" v-on:click="_finishStep()">提交
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|