Browse Source

Merge branch 'fix_bug' into debug

shanbinzhang 5 months ago
parent
commit
fb0a654a96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/forexCalendar/Index.vue

+ 1 - 1
src/views/forexCalendar/Index.vue

@@ -247,7 +247,7 @@ onMounted(()=>{
 
     wx.miniProgram.postMessage({ 
         data: {
-            title:'外汇日历表',
+            title:'事件日历',
             path:`/pages/forexCalendar/index`,
         } 
     })