shish 1 rok temu
rodzic
commit
091d819951
1 zmienionych plików z 2 dodań i 3 usunięć
  1. 2 3
      hdPad/src/pages/home/components/workList.vue

+ 2 - 3
hdPad/src/pages/home/components/workList.vue

@@ -104,7 +104,7 @@ export default {
             let that = this
             this.t = setInterval(function () {
                 that.getWorkInfoList(1)
-            },5000)
+            },8000)
         },
         refreshList(){
             this.resetList()
@@ -139,10 +139,9 @@ export default {
                 //触发onRestore,并关闭刷新图标  
                 this.triggered = false
                 this._freshing = false
-            }, 1000)
+            }, 8000)
         },
         onRestore(){
-            console.log('onRestore')
         },
         getOrderInfo(item,click=0){
             if(click == 1){