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.
18 lines
945 B
18 lines
945 B
<!--pages/main/index.wxml-->
|
|
<cu-custom bgColor="bg-white" isBack="{{false}}">
|
|
<view slot="content" style="color:black;font-size:36rpx">情报</view>
|
|
</cu-custom>
|
|
|
|
<!-- <view class="nav bg-white fixed" style="top:{{CustomBar}}px;height:90rpx;">
|
|
<wux-tabi tab-data="{{tabList}}" tab-index="{{tabIndex}}" bind:change="onTabChange"></wux-tabi>
|
|
</view> -->
|
|
<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>
|