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 line
578 B
1 line
578 B
1 year ago
|
<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',[index]]]]]}}" class="flex-center flex-column mt-sm data-v-852a8b4e" style="{{'width:'+(100/$root.g0+'%')+';'+('color:'+(cur==index?primaryColor:'#666')+';')}}" catchtap="__e"><view class="{{['iconfont','_i','data-v-852a8b4e',cur==index?item.selected_img:item.default_img]}}"></view><view class="text data-v-852a8b4e">{{item.name}}</view></view></block></view>
|