This commit is contained in:
张 元山 2025-05-31 02:03:51 +08:00
commit 61b5a9eaea
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">