Commit ef1f8fae authored by 曹云霄's avatar 曹云霄

no message

parent c7a59202
...@@ -225,6 +225,7 @@ NSString *const ONCEDOWNLOAD_MAP = @"ONCENOPROMPT"; ...@@ -225,6 +225,7 @@ NSString *const ONCEDOWNLOAD_MAP = @"ONCENOPROMPT";
self.hud.animationType = MBProgressHUDAnimationFade; self.hud.animationType = MBProgressHUDAnimationFade;
self.hud.mode = MBProgressHUDModeIndeterminate; self.hud.mode = MBProgressHUDModeIndeterminate;
self.hud.contentColor = MainColor; self.hud.contentColor = MainColor;
// [UIActivityIndicatorView appearanceWhenContainedIn:[MBProgressHUD class], nil].color = [UIColor redColor];
self.hud.label.text = text; self.hud.label.text = text;
self.hud.label.font = [UIFont systemFontOfSize:18]; self.hud.label.font = [UIFont systemFontOfSize:18];
self.hud.removeFromSuperViewOnHide = YES; self.hud.removeFromSuperViewOnHide = YES;
......
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
user.userName = driver[@"name"]; user.userName = driver[@"name"];
user.userCode = driver[@"code"]; user.userCode = driver[@"code"];
user.userUUid = driver[@"id"]; user.userUUid = driver[@"id"];
[[weakSelf class] saveAccountAndPassWord:self.userNameTextField.text AndPassword:self.passWordTextField.text]; [[weakSelf class] saveAccountAndPassWord:weakSelf.userNameTextField.text AndPassword:weakSelf.passWordTextField.text];
[weakSelf SuccessMBProgressView:@"登录成功" timeDelay:1.0f finish:^{ [weakSelf SuccessMBProgressView:@"登录成功" timeDelay:1.0f finish:^{
[weakSelf enterTheMainController]; [weakSelf enterTheMainController];
}]; }];
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>1.0.3</string> <string>1.0.6</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
......
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