forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-09-07 ceb8b41c37e6a21ed7a01770fd77259d7c28a0a1
1
2
3
4
5
6
7
8
9
<!--我的调解详情 or 我的司法确认详情-->
<common-page>
    <!-- 步骤条 -->
    <view class="steps">
        <steps stepsActive="{{ stepsActive }}" stepsData="{{ steps }}" stepsType="picture" />
    </view>
    <view class="steps-height" />
    <mediate-detail caseData="{{ caseData }}" pageType="{{ pageType }}" type="{{ type }}" />
</common-page>