You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
311 B
9 lines
311 B
<!--pages/html/notice/index.wxml-->
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">通知详情</view>
|
|
</cu-custom>
|
|
|
|
<view wx:if="{{noticeInfo}}">
|
|
<view class="bg-white" style="padding:24rpx">{{noticeInfo.title}}</view>
|
|
<view style="padding:24rpx">{{noticeInfo.content}}</view>
|
|
</view>
|