| 1 |
- <view class="tab-box data-v-57b30f98"><view class="tab-box-scroll data-v-57b30f98"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['tabsClick',['$0'],[[['list','',index,''+nodeKey+'']]]]]]]}}" class="{{['tab-box-item','data-v-57b30f98',(active===item[nodeKey])?'active':'']}}" style="{{(customStyle)}}" bindtap="__e">{{''+item[nodeValue]+''}}</view></block></view></view>
|