Commit eb031ff8 authored by IOS-张 博's avatar IOS-张 博

修改文案

parent e665564d
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
if ([responseObject valueForKey:@"token"]) { if ([responseObject valueForKey:@"token"]) {
[QGAnalyticsService analyticsLoginWithUUID:[responseObject objectForKey:@"uuid"]]; [QGAnalyticsService analyticsLoginWithUUID:[responseObject objectForKey:@"uuid"]];
[QGHUDManager showHud:@"登录成功"]; [QGHUDManager showHud:@"绑定成功"];
[QGUserInfo sharedUserInfo].hasPassword = [[responseObject objectForKey:@"hasPassword"] boolValue]; [QGUserInfo sharedUserInfo].hasPassword = [[responseObject objectForKey:@"hasPassword"] boolValue];
[QGUserInfo sharedUserInfo].userName = responseObject[@"phoneNo"]; [QGUserInfo sharedUserInfo].userName = responseObject[@"phoneNo"];
[QGUserInfo sharedUserInfo].token = [responseObject objectForKey:@"token"]; [QGUserInfo sharedUserInfo].token = [responseObject objectForKey:@"token"];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment