app-head-navigation.wxml 429 B

1
  1. <scroll-view class="app-head-navigation dir-left-nowrap cross-center data-v-7eade359" scroll-x="{{true}}"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><text data-event-opts="{{[['tap',[['active',['$0'],[[['list','',index]]]]]]]}}" class="{{['head-text data-v-7eade359',item.active===true?'app-active '+theme+'-m-back '+theme:'']}}" bindtap="__e">{{''+item.name+''}}</text></block></scroll-view>