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.
19 lines
508 B
19 lines
508 B
|
1 week ago
|
<view
|
||
|
|
class="page"
|
||
|
|
style="background: url({{imageUrl}}/1.5/drug-record-bg.png?t={{Timestamp}}) no-repeat top center / 100% ;padding-top:{{bottom+30}}px"
|
||
|
|
>
|
||
|
|
<navBar background="{{background}}" title="" back bind:back="handleBack" fixed home="{{false}}"></navBar>
|
||
|
|
<view class="submit">
|
||
|
|
申请项目
|
||
|
|
<van-icon name="arrow" />
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
|
||
|
|
<toast
|
||
|
|
bind:cancel="handleUnbindCancel"
|
||
|
|
bind:ok="handleUnbinOk"
|
||
|
|
show="{{toastShow}}"
|
||
|
|
type="{{toastType}}"
|
||
|
|
params="{{toastParams}}"
|
||
|
|
></toast>
|