diff --git a/pages.json b/pages.json
index 8c0cf25..576244a 100644
--- a/pages.json
+++ b/pages.json
@@ -91,7 +91,7 @@
"path" : "pages/morningMarketAnalysis/morningMarketAnalysis",
"style" :
{
- "navigationBarTitleText" : ""
+ "navigationBarTitleText" : "早盘解析"
}
},
{
diff --git a/pages/morningMarketAnalysis/morningMarketAnalysis.vue b/pages/morningMarketAnalysis/morningMarketAnalysis.vue
index d6e5f63..bd8dc48 100644
--- a/pages/morningMarketAnalysis/morningMarketAnalysis.vue
+++ b/pages/morningMarketAnalysis/morningMarketAnalysis.vue
@@ -1,6 +1,13 @@
-
- 早盘解析页面
+
+
+
+ 暂无数据~
+
@@ -18,5 +25,31 @@
+.content {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+}
+
+.no-data-image {
+ width: 200px;
+ height: 200px;
+ margin-bottom: 20px;
+}
+
+.no-data-text {
+ font-size: 16px;
+ color: #999999;
+ text-align: center;
+}
+
\ No newline at end of file