dt-dropdown.wxml 815 B

1
  1. <view class="data-v-30fce8e2"><view data-event-opts="{{[['tap',[['showShadow',['$event']]]]]}}" class="dropWrap data-v-30fce8e2" bindtap="__e">{{list[current].name}}<view class="sanjiao data-v-30fce8e2"><image src="../../static/more.png" mode class="data-v-30fce8e2"></image></view></view><view class="dropdown data-v-30fce8e2"><view data-event-opts="{{[['tap',[['hideShadow',['$event']]]]]}}" class="{{['data-v-30fce8e2',showIf?'dropdown-mask':'undropdown-mask']}}" bindtap="__e"></view><view class="{{['ul','data-v-30fce8e2',showIf?'show':'']}}" style="{{('--i:'+list.length)}}"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['handlerItem',[index]]]]]}}" class="li data-v-30fce8e2" bindtap="__e">{{item.name}}</view></block></view></view></view>