完成了登录模块

This commit is contained in:
2025-05-19 09:17:46 +08:00
parent 3fe9c3c209
commit 10f0ebaf3d
8 changed files with 282 additions and 0 deletions

View 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>