Browse Source

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

jiuling 1 month ago
parent
commit
81d0dc1a58
1 changed files with 4 additions and 0 deletions
  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;
       }