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.
27 lines
995 B
27 lines
995 B
<swiper class="page" current="{{current}}"> |
|
<swiper-item class="swiper-item1"> |
|
<image bind:tap="handlePage1" class="page-img" mode="widthFix" src="{{imageUrl}}md/5.png?t={{Timestamp}}"></image> |
|
</swiper-item> |
|
<swiper-item> |
|
<image bind:tap="handlePage2" class="page-img" mode="widthFix" src="{{imageUrl}}md/6.png?t={{Timestamp}}"></image> |
|
</swiper-item> |
|
</swiper> |
|
|
|
<view class="tabbar"> |
|
<image class="tabbar-img" mode="widthFix" src="{{imageUrl}}md/tabbar1-2.png?t={{Timestamp}}"></image> |
|
<view class="tabbar-wrap"> |
|
<view class="tabbar-click" catch:tap="handleTabbar1"></view> |
|
<view class="tabbar-click"></view> |
|
<view class="tabbar-click" catch:tap="handleTabbar3"></view> |
|
<view class="tabbar-click" catch:tap="handleTabbar4"></view> |
|
<view class="tabbar-click" catch:tap="handleTabbar5"></view> |
|
</view> |
|
</view> |
|
|
|
<image |
|
wx:if="{{float1}}" |
|
class="float1" |
|
mode="widthFix" |
|
src="{{imageUrl}}9.png?t={{Timestamp}}" |
|
catch:tap="handleFloat1" |
|
></image>
|
|
|