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

12
pages/notice/index.wxml Normal file
View File

@@ -0,0 +1,12 @@
<!--pages/notice/index.wxml-->
<header title="公告" isGoHome="{{isGoHome}}"></header>
<view class='container'>
<view class='body'>
<view class='title'>{{announcement.title}}</view>
<view class='date'>{{announcement.time}}</view>
<view class='rich-box'>
<rich-text nodes="{{announcement.description}}"></rich-text>
</view>
</view>
</view>