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-6639415c"><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-6639415c" style="{{'width:'+(100/$root.g0+'%')+';'+('color:'+(cur==item.id?primaryColor:'#666')+';')}}" catchtap="__e"><view class="{{['iconfont','_i','data-v-6639415c',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-6639415c"></image><view class="text data-v-6639415c">{{item.name}}</view></view></block></view> |