u-index-list.wxml
991 Bytes
<view class="data-v-62136660"><view class="u-index-bar data-v-62136660"><slot></slot><block wx:if="{{showSidebar}}"><view data-event-opts="{{[['touchstart',[['onTouchMove',['$event']]]],['touchmove',[['onTouchMove',['$event']]]],['touchend',[['onTouchStop',['$event']]]],['touchcancel',[['onTouchStop',['$event']]]]]}}" class="u-index-bar__sidebar data-v-62136660" catchtouchstart="__e" catchtouchmove="__e" catchtouchend="__e" catchtouchcancel="__e"><block wx:for="{{indexList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="u-index-bar__index data-v-62136660" style="{{'z-index:'+(zIndex+1)+';'+('color:'+(activeAnchorIndex===index?activeColor:'')+';')}}" data-index="{{index}}">{{''+item+''}}</view></block></view></block><block wx:if="{{touchmove&&indexList[touchmoveIndex]}}"><view class="u-indexed-list-alert data-v-62136660" style="{{'z-index:'+(alertZIndex)+';'}}"><text class="data-v-62136660">{{indexList[touchmoveIndex]}}</text></view></block></view></view>