修改首页卡片last price为price,并取对应值

This commit is contained in:
wangyifeng 2025-05-31 01:56:26 +08:00
parent 2dc262fbd8
commit dbe739ed50
5 changed files with 5 additions and 5 deletions

View File

@ -570,7 +570,7 @@ export default {
CONTAINY: {
STOCK_INFO: {
TITLE: "Stock Information",
LAST_PRICE: "Last Price",
LAST_PRICE: "Price",
CHANGE: "% Change",
STOCK_CODE: "Stock Code",
VOLUME: "Volume",

View File

@ -109,7 +109,7 @@
$t("HOME.CONTAINY.STOCK_INFO.LAST_PRICE")
}}</span>
<span style="font-size: 18px" class="data-value"
>${{ stockQuote.open }}</span
>${{ stockQuote.price }}</span
>
</div>
<div class="data-row">

View File

@ -106,7 +106,7 @@
<span class="data-label">{{
$t("HOME.CONTAINY.STOCK_INFO.LAST_PRICE")
}}</span>
<span class="data-value">${{ stockQuote.open }}</span>
<span class="data-value">${{ stockQuote.price }}</span>
</div>
<div class="data-row">
<span class="data-label">{{

View File

@ -109,7 +109,7 @@
$t("HOME.CONTAINY.STOCK_INFO.LAST_PRICE")
}}</span>
<span style="font-size: 18px" class="data-value"
>${{ stockQuote.open }}</span
>${{ stockQuote.price }}</span
>
</div>
<div class="data-row">

View File

@ -108,7 +108,7 @@
$t("HOME.CONTAINY.STOCK_INFO.LAST_PRICE")
}}</span>
<span style="font-size: 18px" class="data-value"
>${{ stockQuote.open }}</span
>${{ stockQuote.price }}</span
>
</div>
<div class="data-row">