武田基因病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.

37 lines
918 B

1 year ago
<navigation-bar></navigation-bar>
5 days ago
<swiper class="page {{current==2 && 'float-page'}}" current="{{current}}">
<swiper-item>
<image
bind:tap="handlePage1"
class="page-img"
mode="widthFix"
src="{{imageUrl}}psvt/14.png?t={{Timestamp}}"
></image>
</swiper-item>
<swiper-item>
<image
bind:tap="handlePage2"
class="page-img"
mode="widthFix"
src="{{imageUrl}}psvt/13.png?t={{Timestamp}}"
></image>
</swiper-item>
<swiper-item>
<image
bind:tap="handlePage3"
class="page-img"
mode="widthFix"
src="{{imageUrl}}psvt/12.png?t={{Timestamp}}"
></image>
</swiper-item>
<swiper-item>
<image
bind:tap="handlePage4"
class="page-img"
mode="widthFix"
src="{{imageUrl}}psvt/15.png?t={{Timestamp}}"
></image>
<view class="swiper-click1" catch:tap="handelTap1"></view>
</swiper-item>
</swiper>