|
|
|
@ -1,16 +1,19 @@
@@ -1,16 +1,19 @@
|
|
|
|
|
<navigation-bar></navigation-bar> |
|
|
|
|
|
|
|
|
|
<swiper class="page" model:current="{{current}}"> |
|
|
|
|
<swiper-item class="swiper-item1"> |
|
|
|
|
<swiper-item class="swiper-item1" bind:tap="handlePage1"> |
|
|
|
|
<image bind:tap="handlePage1" class="page-img" mode="widthFix" src="{{imageUrl}}md/2.png?t={{Timestamp}}"></image> |
|
|
|
|
<view class="page-click1" catch:tap="handleTap1"></view> |
|
|
|
|
<view class="page-click2" catch:tap="handleTap2"></view> |
|
|
|
|
</swiper-item> |
|
|
|
|
<swiper-item> |
|
|
|
|
<swiper-item class="swiper-item1" bind:tap="handlePage2"> |
|
|
|
|
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="{{imageUrl}}md/9.png?t={{Timestamp}}"></image> |
|
|
|
|
<view class="page-click1" catch:tap="handleTap1"></view> |
|
|
|
|
<view class="page-click2" catch:tap="handleTap2"></view> |
|
|
|
|
</swiper-item> |
|
|
|
|
<swiper-item> |
|
|
|
|
<swiper-item class="swiper-item1" bind:tap="handlePage3"> |
|
|
|
|
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="{{imageUrl}}md/13.png?t={{Timestamp}}"></image> |
|
|
|
|
<view class="page-click1" catch:tap="handleTap1"></view> |
|
|
|
|
<view class="page-click2" catch:tap="handleTap2"></view> |
|
|
|
|
</swiper-item> |
|
|
|
|
</swiper> |
|
|
|
|
|
|
|
|
|
<view class="page-click1" catch:tap="handleTap1"></view> |
|
|
|
|
<view class="page-click2" catch:tap="handleTap2"></view> |
|
|
|
|