Explorar el Código

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

Roc hace 4 años
padre
commit
28e6aeb918
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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
 		}
 	}