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

6 lines
276 B
Plaintext

<cu-custom bgColor="bg-darkblue" isBack="{{true}}" isRelaunch="{{false}}">
<view slot="content" style="color:#FFFFFF;">准考证</view>
</cu-custom>
<scroll-view style="width:100%;">
<image src="{{cardData}}" mode="widthFix" style="width:100%;"></image>
</scroll-view>