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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- <!--miniprogram/custom-tab-bar/index.wxml-->
 - <view class="tab-bar" wx:if="{{list.length!=0}}">
 -   <view class="tab-bar-border"></view>
 -   <view wx:for="{{list}}" wx:key="index" class="tab-bar-item" data-path="{{item.pagePath}}" data-index="{{index}}" bindtap="switchTab">
 -     <image class="img" src="{{selected === index ? item.selectedIconPath : item.iconPath}}"></image>
 -     <view class="view" style="color: {{selected === index ? selectedColor : color}}">{{item.text}}</view>
 -   </view>
 - </view>
 
 
  |