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.
12 lines
494 B
12 lines
494 B
<image class="page" mode="widthFix" src="/images/qs/12.png"></image> |
|
|
|
<view class="tabbar"> |
|
<image class="tabbar-img" mode="widthFix" src="/images/qs/tabbar3.png"></image> |
|
<view class="tabbar-wrap"> |
|
<view class="tabbar-click" catch:tap="handleTabbar1"></view> |
|
<view class="tabbar-click" catch:tap="handleTabbar2"></view> |
|
<view class="tabbar-click"></view> |
|
<view class="tabbar-click"></view> |
|
<view class="tabbar-click" catch:tap="handleTabbar5"></view> |
|
</view> |
|
</view>
|
|
|