{{ state.orderInfo.status_text }}
      
      {{ state.orderInfo.status_desc }}
    
    
    
      
        
          {{ state.orderInfo.address.consignee }}
        
        {{ state.orderInfo.address.mobile }}
      
      {{ addressText }}
    
    
      
      
        
          
            
              
                配送方式
                
                  {{ item.dispatch_type_text }}
                  
                
              
            
            
              
                
                
                
                
              
            
            
              
            
          
        
      
    
    
    
      
        
          
            订单编号:
            {{ state.orderInfo.order_sn }}
          
          
        
        
          下单时间:
          {{ state.orderInfo.create_time }}
        
        
          支付时间:
          {{ state.orderInfo.paid_time || '-' }}
        
        
          支付方式:
          {{ state.orderInfo.pay_types_text?.join(',') || '-' }}
        
      
    
    
    
      
        商品总额
        
          ¥{{ state.orderInfo.goods_amount }}
          +
          
            
            {{ state.orderInfo.score_amount }}
          
        
      
      
        运费
        ¥{{ state.orderInfo.dispatch_amount }}
      
      
        优惠金额
        ¥{{ state.orderInfo.total_discount_fee }}
      
      
        {{
          ['paid', 'completed'].includes(state.orderInfo.status) ? '已付款' : '需付款'
        }}
        ¥{{ state.orderInfo.pay_fee }}
        +
        
          
          {{ state.orderInfo.score_amount }}
        
      
      
        已退款
        ¥{{ refundFee.toFixed(2) }}