|  |  | @@ -2,12 +2,13 @@ let app = getApp(); | 
		
	
		
			
			|  |  |  | Page({ | 
		
	
		
			
			|  |  |  | data: { | 
		
	
		
			
			|  |  |  | token:'', | 
		
	
		
			
			|  |  |  | url:'http://10.11.195.31:8080/luckCard/' | 
		
	
		
			
			|  |  |  | url:'https://game.youlane.cn/luckCard/index.html' | 
		
	
		
			
			|  |  |  | }, | 
		
	
		
			
			|  |  |  | onLoad() { | 
		
	
		
			
			|  |  |  | console.log("http://10.11.195.31:8080/luckCard?token="+app.globalData.token) | 
		
	
		
			
			|  |  |  | console.log("http://10.11.195.31:8080/luckCard/?token="+app.globalData.token) | 
		
	
		
			
			|  |  |  | this.setData({ | 
		
	
		
			
			|  |  |  | url:"http://10.11.195.31:8080/luckCard?token="+app.globalData.token | 
		
	
		
			
			|  |  |  | // url:"https://game.youlane.cn/luckCard/index.html?token="+app.globalData.token, | 
		
	
		
			
			|  |  |  | url:"http://10.11.195.31:8080/luckCard/?token="+app.globalData.token | 
		
	
		
			
			|  |  |  | }); | 
		
	
		
			
			|  |  |  | } | 
		
	
		
			
			|  |  |  | }); |