Explorar el Código

修复运维人员扫桩码跳转终端详细问题

jiuling hace 1 mes
padre
commit
81d0dc1a58
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      pages/index/index.js

+ 4 - 0
pages/index/index.js

@@ -855,6 +855,10 @@ Page({
       });
       return;
     } else {
+      if (this.data.userInfo.flag) {// 运维人员不作操作,直接返回首页
+        wx.hideLoading(); 
+        return false;
+      }
       if(!this.phoneCheck()){
         return;
       }