| 
					
				 | 
			
			
				@@ -75,6 +75,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				getTemplateById(this.id).then(e => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					this.data = e.data; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					this.site = e.site; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					this.type = e.site.type; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					this.json = JSON.parse(e.data.json) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}else if(this.no){ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -105,6 +106,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				if(this.type == 0){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					let data = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						accountId: this.accountId,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						id: this.id,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						url: window.location.href,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						no: this.no,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						bdVid: this.vid,  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -120,6 +122,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						accountId: this.accountId,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						deeplink_url: window.location.href,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						no: this.no,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						id: this.id,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						bd_vid: this.vid,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						aid: this.aid,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						click_id: this.click_id,  
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -135,6 +138,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						accountId: this.accountId,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						url: window.location.href,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						no: this.no,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						id: this.id,  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						order_plan_id: this.order_plan_id, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						creative_id: this.creative_id, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						impress_id: this.impress_id, 
			 |