qingcheng-xiaochengxu/pages/projectModule/projectNotice/projectNotice.wxml

8 lines
285 B
Plaintext
Raw Normal View History

2025-05-19 01:17:46 +00:00
<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>