17 changed files with 96 additions and 72 deletions
Before Width: | Height: | Size: 380 KiB After Width: | Height: | Size: 396 KiB |
Before Width: | Height: | Size: 360 KiB After Width: | Height: | Size: 374 KiB |
@ -1,16 +1,19 @@ |
|||||||
<navigation-bar></navigation-bar> |
<navigation-bar></navigation-bar> |
||||||
|
|
||||||
<swiper class="page" model:current="{{current}}"> |
<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> |
<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> |
<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> |
<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> |
<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> |
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="{{imageUrl}}md/13.png?t={{Timestamp}}"></image> |
||||||
</swiper-item> |
|
||||||
</swiper> |
|
||||||
|
|
||||||
<view class="page-click1" catch:tap="handleTap1"></view> |
<view class="page-click1" catch:tap="handleTap1"></view> |
||||||
<view class="page-click2" catch:tap="handleTap2"></view> |
<view class="page-click2" catch:tap="handleTap2"></view> |
||||||
|
</swiper-item> |
||||||
|
</swiper> |
||||||
|
Loading…
Reference in new issue