ts_aimz/pages/treaty/rule/rule.wxml
2025-04-09 11:31:24 +08:00

5 lines
232 B
Plaintext

<view class="content-box">
<text class="content-title">{{title}}</text>
<rich-text class="content-body" nodes="{{content}}"></rich-text>
</view>
<mp-toptips msg="{{errorHint}}" type="error" show="{{showError}}"></mp-toptips>