纸通宝小程序
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.
 

21 lines
973 B

<!--pages/main/index.wxml-->
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content" style="color:black;font-size:36rpx">情报</view>
</cu-custom>
<view class="bg-white" style="height:90rpx;border-bottom:2rpx solid #eee">
<wux-tabi tab-data="{{tabList}}" tab-index="{{tabIndex}}" bind:change="onTabChange"></wux-tabi>
</view>
<swiper current="{{tabIndex}}" duration="0" style="height:{{height}}rpx">
<swiper-item catchtouchmove="stopTouchMove"><hot id=fragment0"/></swiper-item>
<swiper-item catchtouchmove="stopTouchMove"><price id=fragment1"/></swiper-item>
<swiper-item catchtouchmove="stopTouchMove"><queue id=fragment2"/></swiper-item>
<swiper-item catchtouchmove="stopTouchMove"><point id=fragment3"/></swiper-item>
</swiper>
<view class="booking-tool" style="bottom:{{200 + safeBottom}}rpx" bindtap="postMoment">
<view class="roder-add flex flex-center">
<text class="cuIcon-add text-white" style="font-size:32px"></text>
</view>
</view>