acdr-ui/dist/dev/mp-weixin/modules/mall/commission/components/commission-menu.wxml

1 line
671 B
Plaintext
Raw Normal View History

2024-09-19 07:20:14 +08:00
<view class="menu-box ss-flex-col data-v-c9db6f9c"><view class="header-box data-v-c9db6f9c"><image class="header-bg data-v-c9db6f9c" src="{{a}}"/><view class="ss-flex header-title data-v-c9db6f9c"><view class="title data-v-c9db6f9c">功能专区</view><text class="cicon-forward data-v-c9db6f9c"></text></view></view><view class="menu-list ss-flex ss-flex-wrap data-v-c9db6f9c"><view wx:for="{{b}}" wx:for-item="item" wx:key="c" class="item-box ss-flex-col ss-col-center data-v-c9db6f9c" bindtap="{{item.d}}"><image class="menu-icon ss-m-b-10 data-v-c9db6f9c" src="{{item.a}}" mode="aspectFill"></image><view class="data-v-c9db6f9c">{{item.b}}</view></view></view></view>