| 
					
				 | 
			
			
				@@ -2,9 +2,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	<view class="app-container"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		<view class="all-container" v-if="logisticsData && logisticsData.length > 0"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<view class="top-container"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				<view class="left">{{logisticsData[0].comName}}<text>{{logisticsData[0].logisticsNum}}</text></view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				<view class="left">{{logisticsData[0].comName}}<text>{{logisticsData[0].logisticsNo}}</text></view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				<view class="right"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-					<text @tap="copy(logisticsData[0].logisticsNum)">复制单号</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					<text @tap="copy(logisticsData[0].logisticsNo)">复制单号</text> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			</view> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			<view class="mian-container"> 
			 |