浏览代码

fix(客户强制登录状态):如果存在手机号或者邮箱的情况下,那么不强制登录了

Roc 4 年之前
父节点
当前提交
28e6aeb918
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      services/user.go

+ 2 - 0
services/user.go

@@ -285,6 +285,8 @@ QUERY_WX_USER:
 		}
 		if wxUser.Mobile == "" && wxUser.Email == "" {
 			firstLogin = 1
+		}else{
+			firstLogin = 0
 		}
 	}