From 9bd6b37a51f7d63a12fa9fe823cc7c9943bbd361 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 31 Jan 2026 14:20:39 +0800
Subject: [PATCH] 1

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

diff --git a/src/page/home/futures-buy.vue b/src/page/home/futures-buy.vue
index 9689a00..d7aff73 100644
--- a/src/page/home/futures-buy.vue
+++ b/src/page/home/futures-buy.vue
@@ -193,7 +193,7 @@
     </div>
     <div class="footer-btn">
       <div class="total">
-        <p class="pay">支付保证金<span class="protem">¥{{cnyTotal?cnyTotal:0}}</span></p>
+        <p class="pay">支付保证金<span class="protem">円{{cnyTotal?cnyTotal:0}}</span></p>
         <p class="account">(期货余额:{{$store.state.userInfo.enableFuturesAmt}}元)</p>
       </div>
       <mt-button :disabled='buying' class="btn-red" size="small" type="danger" @click="toInquiry">下单</mt-button>
@@ -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