shanbinzhang 1 month ago
parent
commit
52ba10ab61
2 changed files with 2 additions and 2 deletions
  1. 1 1
      pages.json
  2. 1 1
      pages/forexCalendar/index.vue

+ 1 - 1
pages.json

@@ -113,7 +113,7 @@
 		{
 			"path":"pages/forexCalendar/index",
 			"style":{
-				"navigationBarTitleText":"外汇日历表"
+				"navigationBarTitleText":"事件日历"
 			}
 		}
 	],

+ 1 - 1
pages/forexCalendar/index.vue

@@ -18,7 +18,7 @@ export default {
     },
 	 onShareAppMessage() {
 	     return {
-	         title:'外汇日历表',
+	         title:'事件日历',
 	         path:`/pages/forexCalendar/index`,
 	     }
 	 },