From ef2e2e3f9c6d37cc47b14ce0444fb75e6aa19dd1 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 27 Aug 2025 18:12:21 +0800
Subject: [PATCH] 零时提交

---
 src/page/home/smart_intraday.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/home/smart_intraday.vue b/src/page/home/smart_intraday.vue
index 37fc3eb..7c882ca 100644
--- a/src/page/home/smart_intraday.vue
+++ b/src/page/home/smart_intraday.vue
@@ -17,11 +17,11 @@
       <div class="body_price">
         <div class="body_price_price">{{$t('hj48')}}  <span style="font-weight: bold;">{{price}} JPY </span></div>
         <div class="body_price_input">
-          <input class="body_price_input_ipt" v-model="values[item.id]" placeholder="请输入参与金额" type="number"/>
+          <input class="body_price_input_ipt" v-model="values[item.id]" :placeholder="$t('请输入参与金额')" type="number"/>
         </div>
         <div class="body_price_tips">
           <div class="body_price_tips_left">{{$t('je')}}: {{item.minAmount}}JPY-{{item.maxAmount}}JPY </div>
-          <div class="body_price_tips_rigth">效益:{{item.profit}}</div>
+          <div class="body_price_tips_rigth">{{$t('hj141')}}:{{item.profit}}</div>
         </div>
       </div>
       <div class="btn">

--
Gitblit v1.9.3