输出
This commit is contained in:
		
							parent
							
								
									6a35d55a80
								
							
						
					
					
						commit
						8d819aae68
					
				@ -29,9 +29,10 @@ let findlist = async (ctx, next) => {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    await Promise.allSettled(pro).then((res) => {
 | 
			
		||||
        console.log(res)
 | 
			
		||||
        
 | 
			
		||||
        for (let i in res) {
 | 
			
		||||
            if(i.status == "fulfilled"){
 | 
			
		||||
                console.log(res[i].value.list)
 | 
			
		||||
                for (let j in res[i].value.list) {
 | 
			
		||||
                    let has = true
 | 
			
		||||
                    for (let k in list) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user