| 
					
				 | 
			
			
				@@ -1,5 +1,5 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <!--nova-werun/pages/home/statistics/index.wxml--> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-<nav type="back" title="步数统计" background-color="{{'#4F9AF7'}}" front-color="{{'#ffffff'}}"></nav> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+<nav type="back" title="步数统计" background-color="{{'#4F9AF7'}}" front-color="{{'#333333'}}"></nav> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 <view class="all" style="height: {{contentHeight}}rpx;" wx:if="{{active==0}}"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <view class="number"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <view class="num"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -28,7 +28,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <view class="circlebox"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <view class="runbox"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <view class="runbox" style="background:{{percentage}}"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <view class="run"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <view class="tody-steps">今日步数</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <view class="step-num">{{sharList[0].steps}}</view> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -36,7 +36,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241102/q12pc1114226514.png?imageView2/1/w/200/h/200" alt="" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <view class="ob-num">目标:{{target}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <view class="achieve">93% 已完成</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <view class="achieve">{{percent}}% 已完成</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <image class="image2" src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241113/h157d1033448123.png?imageView2/1/w/200/h/200"></image> 
			 |