anxiaoxia 1 year ago
parent
commit
ba4fa0ea21
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/packagesEnv/pages/officehome/index.wpy

+ 3 - 0
src/packagesEnv/pages/officehome/index.wpy

@@ -1264,8 +1264,11 @@ wepy.page({
     this.sixTime = sixTime
     this.eightTime = eightTime
     this.routeParams = routeParams
+    console.log(routeParams, '-----routeParams=-------')
   },
   onShow() {
+    console.log(this.routeParams, '-----onshoe=-------')
+
     this.fromOtherPages()
     this.spaceInfoStatusTimer()
   },