配送方式
            
              {{ item.dispatch_type_text }}
            
          
        
      
      
        订单备注
        
          
        
      
    
    
    
      
        
          商品金额
          
            ¥{{ state.orderInfo.goods_amount }}
          
        
        
          扣除积分
          
            
            {{ state.orderInfo.score_amount }}
          
        
        
          运费
          
            +¥{{ state.orderInfo.dispatch_amount }}
          
        
        
          
          优惠券
          
            -¥{{ state.orderInfo.coupon_discount_fee }}
            {{
                state.couponInfo.can_use?.length > 0
                  ? state.couponInfo.can_use?.length + '张可用'
                  : '暂无可用优惠券'
              }}
            
          
        
        
          
          活动优惠
          
             -¥{{ state.orderInfo.promo_discount_fee }} 
            
          
        
      
      
    
    
    
      
        发票申请
        
          {{ state.invoiceInfo.name || '无需开具发票' }}