소스 검색

feat: 增加eth到usdt的换算

million 1 년 전
부모
커밋
dbb769c845
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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">