202404 入场需要查看免责声明

This commit is contained in:
2024-05-26 20:25:06 +08:00
parent 8b1c94b806
commit 298a18e933
7 changed files with 100 additions and 41 deletions

View File

@@ -1,11 +1,13 @@
<!--pages/notice/index.wxml-->
<header title="公告" isGoHome="{{isGoHome}}"></header>
<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='title'>免责声明</view>-->
<view class='rich-box'>
<rich-text nodes="{{announcement.description}}"></rich-text>
<rich-text nodes="{{disclaimers.description}}"></rich-text>
</view>
</view>
<view class='footer-box'>
<view class='footer-btn' bindtap='backToOpen'>同意</view>
</view>
</view>