You cannot 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 line
719 B
Plaintext

<view><u-tabbar class="tabBar" vue-id="9fb413d4-1" value="{{current?current:0}}" fixed="true" safeAreaInsetBottom="true" active-color="#4D5566" inactive-color="#848FA5" data-event-opts="{{[['^change',[['changeTab']]]]}}" 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="{{('9fb413d4-2-'+index)+','+('9fb413d4-1')}}" text="{{item.text}}" bind:__l="__l" vue-slots="{{['inactive-icon','active-icon']}}"><image class="tabBarBtn" slot="inactive-icon" src="{{item.iconPath}}"></image><image class="tabBarBtn" slot="active-icon" src="{{item.selectedIconPath}}"></image></u-tabbar-item></block></u-tabbar></view>