安卓客户端新增登录窗体,测试完成登录效果,v1.7.6

This commit is contained in:
dathlin
2017-11-05 19:14:47 +08:00
parent 9d49827f83
commit 7c3bd632b5
23 changed files with 880 additions and 58 deletions

View File

@@ -492,7 +492,8 @@ namespace 软件系统服务端模版
else if (handle == CommonHeadCode.SimplifyHeadCode.)
{
//此处使用的是组件自带的验证的方式如果使用SQL数据库另行验证
JObject json = JObject.Parse(data);
JObject json = JObject.Parse(data.Trim());
//提取账户,密码
string name = SoftBasic.GetValueFromJsonObject(json, UserAccount.UserNameText, "");
string password = SoftBasic.GetValueFromJsonObject(json, UserAccount.PasswordText, "");