mini-system-examination-signup/pages/branches/branchesdetail.wxml

16 lines
598 B
Plaintext
Raw Permalink Normal View History

2021-04-29 10:08:41 +08:00
<!--pages/branches/branchesdetail.wxml-->
<cu-custom bgColor="bg-darkblue" isBack="{{true}}" isRelaunch="{{false}}">
<view slot="content" style="color:#FFFFFF;">考试网点</view>
</cu-custom>
2022-06-08 16:49:02 +08:00
<view style="width:100%;">
2021-07-23 11:18:54 +08:00
<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>
2022-06-08 16:49:02 +08:00
</view>