| 
					
				 | 
			
			
				@@ -17,7 +17,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <!-- 信息 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <view class="goods-text"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <view class="goods-title">{{item.orderItems[0].prodName}}</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <view class="goods-quantity">数量 :{{item.orderItems[0].prodCount}}件</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <view class="goods-quantity">数量 :{{item.orderItems[0].productCount}}件</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <!-- 查看详情btn --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <view class="item-bottom clearfix" data-refundsn="{{item.refundSn}}" bindtap="toRefundDetails"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <text class="view-details">查看详情</text> 
			 |