完成了登录模块
This commit is contained in:
7
pages/projectModule/projectNotice/projectNotice.wxml
Normal file
7
pages/projectModule/projectNotice/projectNotice.wxml
Normal file
@ -0,0 +1,7 @@
|
||||
<view class="flex-col page">
|
||||
<text class="self-start text">{{title}}</text>
|
||||
<text class="self-start text_2 mt-17">{{createTime}}</text>
|
||||
<view class="self-stretch section mt-17">
|
||||
<rich-text class="notification-content mt-17" nodes="{{content}}"></rich-text>
|
||||
</view>
|
||||
</view>
|
Reference in New Issue
Block a user