shortcut.wxml 202 Bytes Raw Blame History Permalink 1 2 3 4 5 <view class="comp"> <view wx:for="{{types}}" wx:key="{{index}}" data-data="{{item}}" bindtap="onTapHandler" class="btn"> <span class="iconfont {{typeIconMap[item+''] }}"></span> </view> </view>