diff --git a/src/pages.json b/src/pages.json
index ec1241c..ba21248 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -30,6 +30,7 @@
"path": "pages/calendar/index",
"style": {
"navigationBarTitleText": "",
+ "navigationStyle": "custom",
"disableScroll": true
}
},
@@ -49,21 +50,24 @@
{
"path": "pages/work/index",
"style": {
- "navigationBarTitleText": ""
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
}
},
{
"path": "pages/statistic/index",
"style": {
- "navigationBarTitleText": ""
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
}
},
{
"path": "pages/mine",
"style": {
"navigationBarTitleText": "",
- "disableScroll": true
+ "disableScroll": true,
+ "navigationStyle": "custom"
}
},
{
diff --git a/src/pages/calendar/index.vue b/src/pages/calendar/index.vue
index 1f0556a..88c1075 100644
--- a/src/pages/calendar/index.vue
+++ b/src/pages/calendar/index.vue
@@ -1,6 +1,5 @@
-
-
+
-
-
-
-
-
-
-
- {{ currentDateTitle }}
-
-
-
-
-
-
-
-
- {{ item.title }}
-
-
-
+
+
+
+
+
+ {{ currentDateTitle }}
-
-
- 暂无事项
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+ 暂无事项
+
-
-
-
+
+