mini-system-examination-signup/pages/branches/branchesdetail.wxml
dong_bo0602 19bde1b78c 0608
2022-06-08 16:49:02 +08:00

16 lines
598 B
Plaintext

<!--pages/branches/branchesdetail.wxml-->
<cu-custom bgColor="bg-darkblue" isBack="{{true}}" isRelaunch="{{false}}">
<view slot="content" style="color:#FFFFFF;">考试网点</view>
</cu-custom>
<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="text-lg text-black">
<rich-text nodes="{{noticeContent}}" space="nbsp"></rich-text>
</view>
</view>
</view>
</view>