mirror of
				https://gitee.com/BDWare/router-frontend
				synced 2025-11-04 06:42:17 +00:00 
			
		
		
		
	fix
This commit is contained in:
		
							parent
							
								
									a93e03c48e
								
							
						
					
					
						commit
						2e11239e89
					
				@ -3,7 +3,7 @@ var loadContractList = function (e) {
 | 
				
			|||||||
    param.action = "listNodes";
 | 
					    param.action = "listNodes";
 | 
				
			||||||
    param.pubKey = global.sm2Key.publicKey;
 | 
					    param.pubKey = global.sm2Key.publicKey;
 | 
				
			||||||
    global.wssocket.send(JSON.stringify(param));
 | 
					    global.wssocket.send(JSON.stringify(param));
 | 
				
			||||||
    if (global.nodeInfo) {
 | 
					    if (!global.nodeInfo) {
 | 
				
			||||||
        setTimeout(loadContractList, 300);
 | 
					        setTimeout(loadContractList, 300);
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user