yaofang/components/bootNav/bootNav.wxml

11 lines
691 B
Plaintext

<view class="xuni-tabbar-bottom">
<view class="xbottom-menu">
<view bindtap="__e" class="xuni-tabbar__item" data-app_id="{{item.appId}}" data-event-opts="{{[ [ 'tap',[ [ 'goTo',['$event'] ] ] ] ]}}" data-path="{{item.path}}" wx:for="{{navList}}" wx:for-index="__i0__">
<view class="xuni-tabbar__bd" style="height:50px;">
<uni-icons bind:__l="__l" color="{{item.textColor}}" size="25" style="height:28px;" type="{{item.img}}" vueId="{{'e46d7344-1-'+__i0__}}"></uni-icons>
<view class="{{['xuni-tabbar__label']}}" style="{{'color:'+item.textColor+';'}}">{{''+item.text+''}}</view>
</view>
</view>
</view>
</view>