You can not 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 lines
747 B
1 lines
747 B
<view class="custom-tabbar fix flex-center fill-base b-1px-t data-v-852a8b4e"><block wx:for="{{configInfo.tabBar}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['changeTab',['$0'],[[['configInfo.tabBar','',index]]]]]]]}}" class="flex-center flex-column mt-sm data-v-852a8b4e" style="{{'width:'+(100/$root.g0+'%')+';'+('color:'+(cur==item.id?primaryColor:'#666')+';')}}" catchtap="__e"><view class="{{['iconfont','_i','data-v-852a8b4e',cur==item.id?item.selected_img:item.default_img]}}"></view><image style="width:45rpx;height:45rpx;" src="{{cur==item.id?item.selected_img:item.default_img}}" class="data-v-852a8b4e"></image><view class="text data-v-852a8b4e">{{item.name}}</view></view></block></view> |