Explorar o código

fix 页面跳转不处理参数、修复死循环

anxiaoxia %!s(int64=3) %!d(string=hai) anos
pai
achega
5f2e654948
Modificáronse 3 ficheiros con 11 adicións e 7 borrados
  1. 6 4
      pages/adjust/index.js
  2. 3 3
      pages/index/index.js
  3. 2 0
      pages/spacelist/index.js

+ 6 - 4
pages/adjust/index.js

@@ -99,7 +99,7 @@ Page({
     },
     picInitUrl:$.store.get("picInitUrl"),
   },
-  onHide(){
+  onUnload(){
     clearInterval(refreshTimer);
     refreshTimer=null;
   },
@@ -849,9 +849,9 @@ Page({
       refreshTimer = null;
     }
     let refreshTime=$.store.get("autoRefreshTime");
-    refreshTimer = setTimeout(()=>{
+    refreshTimer = setInterval(()=>{
       fn();
-      this.autoRefresh(fn);
+     // this.autoRefresh(fn);
     },refreshTime)
   },
   /**
@@ -863,10 +863,11 @@ Page({
       this.getDetail(options.md1);
       this.autoRefresh(this.getDetail);
     }else{
-      options.humidity&&(options.humiditylevel = this.checkLevel(options.humidity,"humidity"));
+     /* options.humidity&&(options.humiditylevel = this.checkLevel(options.humidity,"humidity"));
       options.co2&&(options.co2level = this.checkLevel(options.co2,"co2"));
       options.pm25&&(options.pm25level = this.checkLevel(options.pm25,"pm25"));
       options.hcho&&(options.hcholevel = this.checkLevel(options.hcho,"hcho"));
+      */
       options.isPassengerPassShow&&(options.isPassengerPassShow=JSON.parse(options.isPassengerPassShow));
       // if(typeof options.isPassengerPass==="undefined"){
       //   options.isPassengerPassShow=false;
@@ -882,6 +883,7 @@ Page({
           this.setData({singleOffice:true})
         }
         this.checkPower();
+        this.getDetail();
         this.autoRefresh(this.getDetail);
       })
     }

+ 3 - 3
pages/index/index.js

@@ -358,9 +358,9 @@ Page({
       refreshTimer = null;
     }
     let refreshTime=$.store.get("autoRefreshTime");
-    refreshTimer = setTimeout(()=>{
+    refreshTimer = setInterval(()=>{
       fn();
-      this.autoRefresh(fn);
+    //   this.autoRefresh(fn);
     },refreshTime)
   },
   /**
@@ -570,7 +570,7 @@ Page({
     }
 
   },
-  onHide(){
+  onUnload(){
     clearInterval(refreshTimer);
     refreshTimer=null;
   },

+ 2 - 0
pages/spacelist/index.js

@@ -35,7 +35,9 @@ Page({
     this.getallList();
   },
   onShow(){
+     this.getallList();
     // this.setData({currtPage:1});
+    
   },
   getallList(value){
     this.setData({currtPage:this.data.currtPage + 1},async ()=>{