login/login/index.js
@@ -176,6 +176,8 @@ userInfo.EmployeeID = return_user.EmployeeID; //使用员工ID userInfo.CorpID = return_user.LoginAccount.ID; userInfo.RealName = return_user.Name; userInfo.phone = that.data.phone userInfo.password = that.data.password that.loginSuccessCb(userInfo); } });