mini-system-examination-signup/pages/branches/branchesdetail.wxml
2021-07-23 11:18:54 +08:00

17 lines
689 B
Plaintext

<!--pages/branches/branchesdetail.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>