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.
20 lines
617 B
20 lines
617 B
4 months ago
|
<image class="page" mode="widthFix" src="/images/1.png"></image>
|
||
|
<view class="page-click1" bind:tap="handelTap1"></view>
|
||
|
<view class="page-click2" bind:tap="handelTap2"></view>
|
||
|
<view class="tabbar">
|
||
|
<image class="tabbar-img" mode="widthFix" src="/images/tabbar1-1.png"></image>
|
||
|
<view class="tabbar-wrap">
|
||
|
<view class="tabbar-click"></view>
|
||
|
<view class="tabbar-click" bind:tap="handleTabbar2"></view>
|
||
|
<view class="tabbar-click" bind:tap="handleTabbar3"></view>
|
||
|
</view>
|
||
|
</view>
|
||
|
|
||
|
<image
|
||
|
wx:if="{{float1}}"
|
||
|
class="float1"
|
||
|
mode="widthFix"
|
||
|
src="/images/9.png"
|
||
|
bind:tap="handleFloat1"
|
||
|
></image>
|