5 lines
218 B
Plaintext
5 lines
218 B
Plaintext
<!--pages/agreement/index.wxml-->
|
|
<header title="智慧云馆服务条款"></header>
|
|
<view class='container' wx:if="{{protocols.content}}">
|
|
<rich-text class='info' nodes="{{protocols.content}}"></rich-text>
|
|
</view> |