| 
					
				 | 
			
			
				@@ -28,7 +28,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <view class="right"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <view class="status">{{item.status | statusFilter}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <view class="price">+{{item.amount | priceFilter}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <view class="price">¥{{item.amount | priceFilter}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     </view> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -76,7 +76,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     methods: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       getStats() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return new Promise((resolve, reject) => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          this.$api.get('/likeOrCollect/countLikeCollect', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          this.$api.postJson('/order/share/my/profit', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             userId: this.$store.state.user.userId, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (!res.data) return false; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -248,4 +248,4 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-</style> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+</style> 
			 |