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.
		
		
		
		
		
			
		
			
				
					
					
						
							21 lines
						
					
					
						
							1010 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							21 lines
						
					
					
						
							1010 B
						
					
					
				| <view class="header"> | |
|     <image class="header-bg" src="../../images/statistics/nav_bg.jpg"/> | |
|     <view class="navigation" mode="widthFix" style="height: {{navigationHeight}}px; padding-top: {{statusHeight}}px;"> | |
|         <image class="nav-bg" mode="widthFix" src="../../images/statistics/nav_bg.jpg"/> | |
|         <view class="back-nav" wx:if="{{isBack}}"> | |
|             <view class="con" style="width: {{leftWidth}}px"> | |
|                 <view style="width: {{iconWidth}}px"> | |
|                     <image class="icon back" bind:tap="back" src="../../images/statistics/icon-back.png" mode="widthFix"/> | |
|                 </view> | |
|                 <view class="text"> | |
|                     {{text}} | |
|                 </view> | |
|             </view> | |
|         </view> | |
|         <view class="con index-nav" wx:else> | |
|             <image class="icon" src="../../images/statistics/icon-home.png" mode="widthFix"/> | |
|             {{agencyName}} | |
|         </view> | |
|     </view> | |
| </view> | |
| <view style="height: {{navigationHeight + statusHeight}}px"></view> |