|  | @@ -138,8 +138,10 @@ function App() {
 | 
	
		
			
				|  |  |  					iconLink.href = res.data?.h5GameConfigMap?.h5SignLogo
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  |  				if (isWx() && ['ios', 'android'].includes(isOs()) && h5WeChatControl === 'UN_WE_CHAT') {
 | 
	
		
			
				|  |  | -					setIsPhoneWxShow(false)
 | 
	
		
			
				|  |  | -					return
 | 
	
		
			
				|  |  | +					if (searchParams.get("type") !== 'rs') {
 | 
	
		
			
				|  |  | +						setIsPhoneWxShow(false)
 | 
	
		
			
				|  |  | +						return
 | 
	
		
			
				|  |  | +					} 
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  |  				if (!searchParams.get('code') && res.data.isPut && res.data.appId && isWeChat()) {
 | 
	
		
			
				|  |  |  					setIsShowLogin(false)
 |