diff --git a/components/IndexCard.vue b/components/IndexCard.vue
index ea4c292..24d0e7e 100644
--- a/components/IndexCard.vue
+++ b/components/IndexCard.vue
@@ -4,7 +4,7 @@
- {{ indexName }}
+ {{ stockName }}
@@ -35,7 +35,7 @@ const props = defineProps({
required: true
},
// 指数名称
- indexName: {
+ stockName: {
type: String,
required: true
},
diff --git a/pages/home/globalIndex.vue b/pages/home/globalIndex.vue
index 287e36e..f624da9 100644
--- a/pages/home/globalIndex.vue
+++ b/pages/home/globalIndex.vue
@@ -1,574 +1,579 @@
+
+
-
-
-
\ No newline at end of file
+
diff --git a/pages/home/marketCondition.vue b/pages/home/marketCondition.vue
index d61d17d..413d700 100644
--- a/pages/home/marketCondition.vue
+++ b/pages/home/marketCondition.vue
@@ -9,13 +9,11 @@
-
{{ stockInformation.stockName }}
{{ stockInformation.stockCode }}
-
···
@@ -227,6 +225,7 @@
\ No newline at end of file
+
diff --git a/pages/home/marketSituation.vue b/pages/home/marketSituation.vue
index 0fe28ee..14f8b75 100644
--- a/pages/home/marketSituation.vue
+++ b/pages/home/marketSituation.vue
@@ -1,898 +1,920 @@
+
+
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('marketSituation.globalIndex') }}
-
-
- {{ $t('marketSituation.globalIndexMore') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ $t('marketSituation.warn') }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ country }}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t("marketSituation.globalIndex") }}
+
+
+ {{ $t("marketSituation.globalIndexMore") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t("marketSituation.warn") }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ country }}
+
+
+
+
+
\ No newline at end of file
+