8 lines
285 B
Plaintext
8 lines
285 B
Plaintext
<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>
|