1 |
- <block wx:if="{{show}}"><view class="{{['data-v-3e0a6a6c',className]}}"><block wx:for="{{filterList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['$emit',['selected','$0'],[[['filterList','',index]]]]]]]}}" class="_label data-v-3e0a6a6c" catchtap="__e">{{item.name+''}}</view></block></view></block>
|