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
806 B
Plaintext

<view class="tabbar"><u-tabbar class="tabbar-ios-fix" vue-id="ae0e4afc-1" border-top="{{false}}" activeColor="#22bf8e" value="{{current?current:0}}" fixed="{{true}}" placeholder="{{true}}" safeAreaInsetBottom="{{true}}" data-event-opts="{{[['^change',[['handleTabClick']]]]}}" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{tabList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><u-tabbar-item vue-id="{{('ae0e4afc-2-'+index)+','+('ae0e4afc-1')}}" text="{{item.text}}" bind:__l="__l" vue-slots="{{['inactive-icon','active-icon']}}"><image class="u-page__item__slot-icon" slot="inactive-icon" src="{{item.iconPath}}"></image><image class="u-page__item__slot-icon" slot="active-icon" src="{{item.selectedIconPath}}"></image></u-tabbar-item></block></u-tabbar></view>