|  | @@ -94,15 +94,17 @@
 | 
	
		
			
				|  |  |  				if (e) {
 | 
	
		
			
				|  |  |  					let param = {
 | 
	
		
			
				|  |  |  						type: 'CLK', //埋点类型
 | 
	
		
			
				|  |  | -						clkId: 'clk_2cmina_23080408', //点击ID
 | 
	
		
			
				|  |  | -						clkName: 'WeCom_clk', //点击前往的页面名称
 | 
	
		
			
				|  |  | +						clkId: 'clk_2cmina_23121301', //点击ID
 | 
	
		
			
				|  |  | +						clkName: 'webgl_public_clk', //点击前往的页面名称
 | 
	
		
			
				|  |  |  						clkParams: {
 | 
	
		
			
				|  |  | -							locusName: "联系定制",
 | 
	
		
			
				|  |  | +							locusName: "720发布",
 | 
	
		
			
				|  |  |  						}
 | 
	
		
			
				|  |  |  					};
 | 
	
		
			
				|  |  |  					util.trackRequest(param);
 | 
	
		
			
				|  |  | +					let _ps = this.$parent.getVideoPosition();
 | 
	
		
			
				|  |  | +					console.warn("_ps",_ps)
 | 
	
		
			
				|  |  |  					if(window.__wxjs_environment === 'miniprogram'){
 | 
	
		
			
				|  |  | -						wx.miniProgram.navigateTo({url: '/extraPackage/pages/aiPublishPage/aiPublishPage?event=openCustomerServiceChat&houseId='+this.$store.state.houseId+'&coordinate=1,2,3&bgUrl='+this.$route.query.bgUrl})
 | 
	
		
			
				|  |  | +						wx.miniProgram.navigateTo({url: '/extraPackage/pages/aiPublishPage/aiPublishPage?event=openCustomerServiceChat&houseId='+this.$store.state.houseId+'&coordinate=' + encodeURIComponent(_ps) + '&bgUrl='+this.$route.query.bgUrl})
 | 
	
		
			
				|  |  |  					}else{
 | 
	
		
			
				|  |  |  						Toast({
 | 
	
		
			
				|  |  |  							message: '敬请期待',
 |