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.
		
		
		
		
		
			
		
			
				
					
					
						
							7 lines
						
					
					
						
							480 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							7 lines
						
					
					
						
							480 B
						
					
					
				
								<view class="tab-bar">
							 | 
						|
								  <view wx:for="{{list}}" wx:key="index" class="tab-bar-item {{item.bulge?'bulge':''}}" data-path="{{item.pagePath}}" data-index="{{index}}" bindtap="switchTab">
							 | 
						|
								    <view  wx:if="item.bulge" class="tab-bar-bulge"></view>
							 | 
						|
								    <image class="image" src="{{selected == index ? item.selectedIconPath : item.iconPath}}"></image>
							 | 
						|
								    <view  class="tab-bar-view" style="color: {{selected === index ? selectedColor : color}}">{{item.text}}</view>
							 | 
						|
								  </view>
							 | 
						|
								</view>
							 | 
						|
								
							 |