| 
					
				 | 
			
			
				@@ -231,7 +231,10 @@ onMounted(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         totalBalance, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         totalUsdEstimateBalance 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      console.log(currencyInfo.value ) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      if(currencyInfo.value.currencyCode == 'USD') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        //set USD deposit btn show status 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+         
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     if(window.location.pathname.indexOf('/home.html') > -1) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       showSendBtn.value = false; 
			 |