17 lines
741 B
Plaintext
17 lines
741 B
Plaintext
|
<!--pages/notices/noticedetail.wxml-->
|
||
|
<cu-custom bgColor="bg-darkblue" isBack="{{true}}" isRelaunch="{{false}}">
|
||
|
<view slot="content" style="color:#FFFFFF;">通告详情</view>
|
||
|
</cu-custom>
|
||
|
<scroll-view style="width:100%;">
|
||
|
<view class="content-view">
|
||
|
<view class="content-detail">
|
||
|
<view class="notice-title text-xl text-bold">
|
||
|
<text>2020年1-3月广州市特种设备行业协会培训证书开班通知</text>
|
||
|
</view>
|
||
|
<view class="line-gray" style="width:100%;height:20rpx;"></view>
|
||
|
<view class="text-lg text-black">
|
||
|
<rich-text nodes="{{noticeContent}}" space="nbsp"></rich-text>
|
||
|
</view>
|
||
|
</view>
|
||
|
</view>
|
||
|
</scroll-view>
|