From f8e9af35a267b7b9a2bf605187a11536889a6e38 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 20 May 2024 11:00:10 +0800
Subject: [PATCH] 修改:绑定银行卡 多语言

---
 src/page/home/futures-buy.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/page/home/futures-buy.vue b/src/page/home/futures-buy.vue
index 9689a00..90e6ce0 100644
--- a/src/page/home/futures-buy.vue
+++ b/src/page/home/futures-buy.vue
@@ -293,6 +293,7 @@
       // 价钱 * 汇率 转为 人民币
       return (this.total * this.exchangeNumber).toFixed(2)
     },
+     
     price () {
       if (this.autoNumber) {
         return (this.detail.eachPoint * this.autoNumber * 100).toFixed(2)

--
Gitblit v1.9.3