You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
424 B
1 lines
424 B
<view class="foot-nav row"><view class="foot-nav-background-group"><view class="foot-nav-background"><view class="foot-nav-background-small"></view></view></view><view class="foot-nav-button-group row"><view wx:for="{{a}}" wx:for-item="item" class="{{['col-3', 'foot-nav-button', item.a && 'active']}}" style="{{'background-image:' + item.b + ';' + ('background-size:' + item.c)}}" bindtap="{{item.d}}"></view></view></view> |