mini-system-examination-signup/pages/institutions/institutionsdetail.wxml
2021-04-29 10:08:41 +08:00

17 lines
709 B
Plaintext

<!--pages/institutions/institutionsdetail.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>东方红培训机构</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>