12 lines
564 B
XML
12 lines
564 B
XML
<view class="block block--bottom">
|
|
<view class="btn-box">
|
|
<l-grid row-num="{{4}}">
|
|
<block wx:for="{{actionss}}" wx:key="index">
|
|
<l-grid-item bind:linitemtap="onClickMp" data-index="{{index}}" key="{{index}}" slot="{{index}}">
|
|
<oak-icon class="image" name="{{item.icon.name}}" type="{{item.icon.type || 'fas'}}" size="{{iconSize || 66}}" slot="image" />
|
|
<text class='label'>{{item.label}}</text>
|
|
</l-grid-item>
|
|
</block>
|
|
</l-grid>
|
|
</view>
|
|
</view> |