wangyuan 2 жил өмнө
parent
commit
909704f9dd

+ 2 - 2
pages/permissions/permissions.js

@@ -72,7 +72,7 @@ Page({
                   scanFlag: true
                 })
                 clearTimeout(stimer)
-              }, 500);
+              }, 300);
             }
           } 
         })
@@ -131,7 +131,7 @@ Page({
                 scanFlag: true
               })
               clearTimeout(timer)
-            }, 500);
+            }, 300);
           }
         }
       })

+ 2 - 2
pages/workbench/workbench.js

@@ -98,7 +98,7 @@ Page({
         var uuid = response.split('|')[2]
         this.writeOffQueryFn(documentId, uuid)
         clearTimeout(successScanTimer)
-      }, 500);
+      }, 300);
     }
   },
 
@@ -202,7 +202,7 @@ Page({
         var timeStamp = response.split('|')[3]
         that.bindCarFn(deviceCode, nonceCode, timeStamp)
         clearTimeout(deviceTimer)
-      }, 500);
+      }, 300);
     }
   },