index.wxml 788 B

1
  1. <view><u-tabbar vue-id="3fc1aa4a-1" value="{{tabbarValue}}" fixed="{{true}}" placeholder="{{true}}" safeAreaInsetBottom="{{true}}" border="{{false}}" data-event-opts="{{[['^change',[['e0']]]]}}" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="index" wx:key="index"><u-tabbar-item vue-id="{{('3fc1aa4a-2-'+index)+','+('3fc1aa4a-1')}}" text="{{item.text}}" data-event-opts="{{[['^click',[['changeTabbar']]]]}}" bind:click="__e" bind:__l="__l" vue-slots="{{['active-icon','inactive-icon']}}"><image class="u-page__item__slot-icon" slot="active-icon" src="{{item.activeImg}}"></image><image class="u-page__item__slot-icon" slot="inactive-icon" src="{{item.inactiveImg}}"></image></u-tabbar-item></block></u-tabbar></view>