订单备注
        
          
        
      
    
    
    
      
        
          商品金额
          
            
              ¥{{ fen2yuan(state.orderInfo.price.totalPrice) }}
            
          
        
        
        
          扣除积分
          
            
            {{ state.orderInfo.score_amount }}
          
        
        
          运费
          
            
              +¥{{ fen2yuan(state.orderInfo.price.deliveryPrice) }}
            
          
        
        
        
          优惠券
          
            
              -¥{{ fen2yuan(state.orderInfo.price.couponPrice) }}
            
            
              {{
                state.couponInfo.length > 0 ? state.couponInfo.length + ' 张可用' : '暂无可用优惠券'
              }}
            
            
          
        
        
          活动优惠
          
            
            
              -¥{{ fen2yuan(state.orderInfo.price.discountPrice) }}