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.
|
|
|
<image class="page" mode="widthFix" src="{{imageUrl}}1.png?t={{Timestamp}}" bind:tap="handlePage"></image>
|
|
|
|
<view class="page-click1" catch:tap="handelTap1"></view>
|
|
|
|
<view class="page-click2" catch:tap="handelTap2"></view>
|
|
|
|
<view class="page-click3" catch:tap="handelTap3"></view>
|
|
|
|
|
|
|
|
<view class="tabbar">
|
|
|
|
<image class="tabbar-img" mode="widthFix" src="{{imageUrl}}tabbar1-1.png?t={{Timestamp}}"></image>
|
|
|
|
<view class="tabbar-wrap">
|
|
|
|
<view class="tabbar-click"></view>
|
|
|
|
<view class="tabbar-click" catch:tap="handleTabbar2"></view>
|
|
|
|
<view class="tabbar-click" catch:tap="handleTabbar3"></view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<image
|
|
|
|
wx:if="{{float1}}"
|
|
|
|
class="float1"
|
|
|
|
mode="widthFix"
|
|
|
|
src="{{imageUrl}}9.png?t={{Timestamp}}"
|
|
|
|
catch:tap="handleFloat1"
|
|
|
|
></image>
|