| 
					
				 | 
			
			
				@@ -126,11 +126,14 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         {data.showVip && <TheVip />} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         {/** 延迟检测中途,socket出错,网络提示弹窗 */} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <Popup teleport="body" closeOnClickOverlay={false} class={["popup-custom", "van-scale", evaluatingData.socketErrorStatus === 2 && styles.socketErrorStatus]} transition="van-scale" v-model:show={evaluatingData.socketErrorPop} overlay-style={evaluatingData.socketErrorStatus === 2?{ background: "initial" }:{}}> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-              <AbnormalPop onConfirm={hanldeConfirmPop} onClose={hanldeClosePop} /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            </Popup> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        </div>          
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        {/* { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          state.modeType !== 'evaluating' &&  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <Popup teleport="body" closeOnClickOverlay={false} class={["popup-custom", "van-scale", evaluatingData.socketErrorStatus === 2 && styles.socketErrorStatus]} transition="van-scale" v-model:show={evaluatingData.socketErrorPop} overlay-style={evaluatingData.socketErrorStatus === 2?{ background: "initial" }:{}}> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <AbnormalPop onConfirm={hanldeConfirmPop} onClose={hanldeClosePop} /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </Popup> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </div>             
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } */} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   }, 
			 |