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