202404 入场需要查看免责声明
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user