xusd
7 days ago 998218675eb243d43912c203174a6b72b299c0f8
1
2
3
4
5
6
7
8
9
10
11
<!--服务协议-->
<scroll-view class="main" scroll-y>
    <view class="content">
        <rich-text nodes="{{ contentHtml }}"></rich-text>
        <view class="safeHeight" />
    </view>
</scroll-view>
<view class="back">
    <van-button bind:click="handleBack" block type="primary">返回</van-button>
    <view class="safeHeight" />
</view>