|  | @@ -381,16 +381,13 @@
 | 
	
		
			
				|  |  |  			},
 | 
	
		
			
				|  |  |  			// 跳转至效果报表
 | 
	
		
			
				|  |  |  			goReportPage() {
 | 
	
		
			
				|  |  | -				// if(this.userInfo.userId){
 | 
	
		
			
				|  |  | -				// 	uni.navigateTo({
 | 
	
		
			
				|  |  | -				// 		url: '../reportPage/reportPage'
 | 
	
		
			
				|  |  | -				// 	})
 | 
	
		
			
				|  |  | -				// }else{
 | 
	
		
			
				|  |  | -				// 	uni.$emit('unLogin')
 | 
	
		
			
				|  |  | -				// }
 | 
	
		
			
				|  |  | -				uni.navigateTo({
 | 
	
		
			
				|  |  | -					url: '../reportPage/reportPage'
 | 
	
		
			
				|  |  | -				})
 | 
	
		
			
				|  |  | +				if(this.userInfo.userId){
 | 
	
		
			
				|  |  | +					uni.navigateTo({
 | 
	
		
			
				|  |  | +						url: '../reportPage/reportPage'
 | 
	
		
			
				|  |  | +					})
 | 
	
		
			
				|  |  | +				}else{
 | 
	
		
			
				|  |  | +					uni.$emit('unLogin')
 | 
	
		
			
				|  |  | +				}
 | 
	
		
			
				|  |  |  			},
 | 
	
		
			
				|  |  |  			toShouYiPage() {
 | 
	
		
			
				|  |  |  				if(this.userInfo.userId){
 |