app-tab-bar.wxml 1.0 KB

1
  1. <view class="{{['app-navigation-bar safe-area-inset-bottom data-v-1dcdd637',(shadow)?'app-tab-bar-shadow':'']}}" style="{{'background-color:'+(bottom_background_color)+';'}}"><block wx:for="{{tabBarNavs.navs}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="app-tab-bar-item box-grow-1 data-v-1dcdd637" style="{{'height:'+(botNavHei+'rpx')+';'+('background-color:'+(bottom_background_color)+';')+('width:'+(100/tabBarNavs.navs.length+'%')+';')}}"><app-jump-button class="app-button data-v-1dcdd637" vue-id="{{'7fb0271a-1-'+index}}" backgroundColor="{{bottom_background_color}}" form="{{true}}" url="{{item.url}}" open_type="{{item.open_type}}" params="{{item.param}}" arrangement="column" bind:__l="__l" vue-slots="{{['default']}}"><image class="app-icon data-v-1dcdd637" src="{{router===item.url?item.active_icon:item.icon}}"></image><text class="app-nav-text data-v-1dcdd637" style="{{'color:'+(router===item.url?item.active_color:item.color)+';'}}">{{''+item.text+''}}</text></app-jump-button></view></block></view>