doum
6 天以前 fef7bd9ccdce20f5217974bf0b26cd585bce9ee7
1
<view class="tabbar-wrapper data-v-48eece8c"><view class="custom-tabbar data-v-48eece8c" style="{{'padding-bottom:'+(safeAreaBottom+'px')+';'}}"><block wx:for="{{tabList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['switchTab',['$0'],[[['tabList','',index]]]]]]]}}" class="tabbar-item data-v-48eece8c" bindtap="__e"><image class="tabbar-icon data-v-48eece8c" src="{{currentIndex===index?item.selectedIconPath:item.iconPath}}" mode="aspectFit"></image><text class="{{['tabbar-text','data-v-48eece8c',(currentIndex===index)?'active':'']}}">{{item.text}}</text></view></block></view><view class="tabbar-placeholder data-v-48eece8c" style="{{'height:'+('100px')+';'}}"></view></view>