祖安之光
2025-08-07 ad5c4cc086a40708e66040574ff1d465b66304b6
1
2
3
4
5
6
7
8
9
10
11
12
<view>
  <view class="tabBar_css">
    <u-tabbar vue-id="0e92b6ea-1" value="{{currentPagePath}}" fixed="{{false}}" placeholder="{{false}}" safeAreaInsetBottom="{{false}}" activeColor="#0f7ff9" bind:__l="__l" vue-slots="{{['default']}}">
      <block wx:for="{{tabBarList}}" wx:for-item="item" wx:for-index="index" wx:key="index">
        <u-tabbar-item class="{{[(currentPagePath==item.pagePath)?'active':'']}}" vue-id="{{('0e92b6ea-2-'+index)+','+('0e92b6ea-1')}}" text="{{item.text}}" name="{{item.pagePath}}" data-event-opts="{{[['^click',[['click_page']]]]}}" bind:click="__e" 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>
</view>