武田基因病B开发环境
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
763 B

4 months ago
<navbar fixed custom-style="background:{{background}}">
<van-icon name="arrow-left" slot="left" size="18px" color="#000" bind:tap="handleBack" />
4 months ago
</navbar>
3 months ago
<view class="page" style="padding-top:{{pageTop}}px;background: url({{imageUrl}}bg6.png?t={{Timestamp}}) no-repeat top center/100% 726rpx;">
4 months ago
<view class="container">
<image class="result-icon" src="{{imageUrl}}icon5.png?t={{Timestamp}}"></image>
4 months ago
<view class="title">您已成功提交筛查申请</view>
<view class="content">
服务人员会在
<text class="time">48</text>
小时内与您联系
</view>
3 months ago
<image class="code" show-menu-by-longpress src="{{codeImg}}"></image>
4 months ago
<view class="tip">关注公众号,接收您的服务提醒</view>
</view>
</view>