index.wxml
692 字节
<!--custom-pages/custom-product/index.wxml-->
<view class="container_box">
<CardSwiper data="{{swiperData}}" imgData='{{imgData}}' swiperCurIndex="{{swiperCurIndex}}" bindupdateTab="updateTab" bindloadmore="loadMore" back="#70a4d1"> </CardSwiper>
<!-- 分类导航条--选项卡 -->
<scroll-view class="cates_scroll" scroll-y="{{true}}" scroll-with-animation="{{true}}">
<view class="tab_box">
<!-- style="{{index == tabIndex ? 'color: #007bff;' : ''}}" -->
<view class="tab_item {{tabIndex==index ? 'tab_active' : ''}}" wx:for="{{tabs}}" wx:key="index" data-index="{{index}}" bindtap="changeTab">
{{item}}
</view>
</view>
</scroll-view>
</view>