ソースを参照

Merge branch 'fix_bug' into debug

shanbinzhang 5 ヶ月 前
コミット
221961ca60
1 ファイル変更7 行追加0 行削除
  1. 7 0
      src/views/forexCalendar/Index.vue

+ 7 - 0
src/views/forexCalendar/Index.vue

@@ -244,6 +244,13 @@ const handleApply=()=>{
 onMounted(()=>{
 onMounted(()=>{
     monthValue.value = moment(new Date()).format('YYYY-MM')
     monthValue.value = moment(new Date()).format('YYYY-MM')
     getPermissionList()
     getPermissionList()
+
+    wx.miniProgram.postMessage({ 
+        data: {
+            title:'外汇日历表',
+            path:`/pages/forexCalendar/index`,
+        } 
+    })
 })
 })
 </script>
 </script>