From ef341b7695a62249399fe63fb77bbb887ab71734 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 04 Aug 2025 13:46:12 +0800
Subject: [PATCH] 1111
---
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