init project

This commit is contained in:
limqhz
2020-06-21 16:27:58 +08:00
commit e8fe10b5fb
178 changed files with 9964 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<!--pages/agreement/index.wxml-->
<header title="智慧云馆服务条款"></header>
<view class='container' wx:if="{{protocols.content}}">
<rich-text class='info' nodes="{{protocols.content}}"></rich-text>
</view>