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
528 B
17 lines
528 B
<navbar fixed custom-style="background:{{background}}" back> |
|
<view class="page-title" slot="left" bind:tap="handleBack"> |
|
<van-icon name="arrow-left" /> |
|
</view> |
|
</navbar> |
|
|
|
<view |
|
class="page" |
|
style="background: url('{{imageUrl}}bg6.png?t={{Timestamp}}') no-repeat top center/100%;padding-top: {{pageTop}}rpx;" |
|
> |
|
<image class="logo" src="/images/bg12.png"></image> |
|
<view class="content"> |
|
我们正在全力打造购药地图服务 |
|
<view></view> |
|
只为让你买药少奔波、多安心 |
|
</view> |
|
</view>
|
|
|