|  | @@ -33,13 +33,13 @@
 | 
	
		
			
				|  |  |                              </div>
 | 
	
		
			
				|  |  |                              <div class="right">
 | 
	
		
			
				|  |  |                                  <div class="num">
 | 
	
		
			
				|  |  | -                                    <a-tooltip :title="data.currencies[0].balance">
 | 
	
		
			
				|  |  | -                                        {{ getBit(data.currencies[0].balance) }}
 | 
	
		
			
				|  |  | +                                    <a-tooltip :title="data.totalBalance">
 | 
	
		
			
				|  |  | +                                        {{ getBit(data.totalBalance) }}
 | 
	
		
			
				|  |  |                                      </a-tooltip>
 | 
	
		
			
				|  |  |                                  </div>
 | 
	
		
			
				|  |  |                                  <div class="amount" v-if="data.currencies[0].currencyType == 2">
 | 
	
		
			
				|  |  | -                                    <a-tooltip :title="'$'+data.currencies[0].usdEstimateBalance">
 | 
	
		
			
				|  |  | -                                        ${{ getBit(data.currencies[0].usdEstimateBalance) }}
 | 
	
		
			
				|  |  | +                                    <a-tooltip :title="'$'+data.totalUsdEstimateBalance">
 | 
	
		
			
				|  |  | +                                        ${{ getBit(data.totalUsdEstimateBalance) }}
 | 
	
		
			
				|  |  |                                      </a-tooltip>
 | 
	
		
			
				|  |  |                                  </div>
 | 
	
		
			
				|  |  |                              </div>
 |