Ver Fonte

feat: 增加eth到usdt的换算

million há 1 ano atrás
pai
commit
dbb769c845
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      front/admin-front/src/views/dashboard/index.vue

+ 2 - 2
front/admin-front/src/views/dashboard/index.vue

@@ -22,7 +22,7 @@
         <div class="verticalLine"/>
         <div class="item">
           <div class="number">
-            {{ getRoundedNumber(countFee.predictTotalCost * ethToUsdt) }} USDT
+            {{ getRoundedNumber(countFee.predictTotalCost) }} USDT
           </div>
           <div class="title">
             预计支出总费用
@@ -90,7 +90,7 @@
                 预期投入
               </div>
               <div class="amount">
-                {{ getRoundedNumber(countFee.predictTotalCost * ethToUsdt) }}
+                {{ getRoundedNumber(countFee.predictTotalCost) }}
               </div>
             </div>
             <div class="info">