anxiaoxia 1 年之前
父节点
当前提交
ba4fa0ea21
共有 1 个文件被更改,包括 3 次插入0 次删除
  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()
   },