app-head-navigation.wxml 368 B

1
  1. <view class="app-head-navigation dir-left-nowrap data-v-1b800d44"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['active',['$0'],[[['list','',index,'id']]]]]]]}}" class="{{['app-item','data-v-1b800d44',(activeIndex===item.id)?'app-active-item':'']}}" bindtap="__e">{{item.name}}</view></block></view>