- <view>
- <scroll-view class="scroll-view_H" scroll-x="true" style="width: 100%">
- <view
- wx:for="{{tabs}}"
- wx:key="tabsIndex"
- wx:for-index="tabsIndex"
- class="scroll-view-item_H {{tabsIndex==secIndex ? 'active':''}}"
- bindtap="secTabs"
- data-id="{{tabsIndex}}"
- data-item="{{item}}">
- {{item.name}}
- </view>
- </scroll-view>
- </view>
|