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

15 lines
725 B

3 weeks ago
<navigation-bar></navigation-bar>
3 weeks ago
<swiper class="page {{current==2 && 'float-page'}}" current="{{current}}">
3 weeks ago
<swiper-item>
3 weeks ago
<image bind:tap="handlePage1" class="page-img" mode="widthFix" src="{{imageUrl}}nmosd/02.png?t={{Timestamp}}"></image>
3 weeks ago
</swiper-item>
<swiper-item>
3 weeks ago
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="{{imageUrl}}nmosd/07.png?t={{Timestamp}}"></image>
3 weeks ago
</swiper-item>
<swiper-item>
3 weeks ago
<image bind:tap="handlePage4" class="page-img" mode="widthFix" src="{{imageUrl}}nmosd/03.png?t={{Timestamp}}"></image>
3 weeks ago
</swiper-item>
</swiper>
3 weeks ago
<image wx:if="{{float1}}" class="float1" mode="widthFix" src="{{imageUrl}}nmosd/08.png?t={{Timestamp}}" bind:tap="handleFloat1"></image>