Browse Source

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

jiuling 3 tháng trước cách đây
mục cha
commit
81d0dc1a58
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
       }