Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
P
Palmwms
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
Palmwms
Commits
ef1f8fae
Commit
ef1f8fae
authored
8 years ago
by
曹云霄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
c7a59202
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
BaseViewController.m
Palmwms/BaseViewController.m
+1
-0
LoginViewController.m
Palmwms/Class/Login/LoginViewController.m
+1
-1
Info.plist
Palmwms/Info.plist
+1
-1
No files found.
Palmwms/BaseViewController.m
View file @
ef1f8fae
...
...
@@ -225,6 +225,7 @@ NSString *const ONCEDOWNLOAD_MAP = @"ONCENOPROMPT";
self
.
hud
.
animationType
=
MBProgressHUDAnimationFade
;
self
.
hud
.
mode
=
MBProgressHUDModeIndeterminate
;
self
.
hud
.
contentColor
=
MainColor
;
// [UIActivityIndicatorView appearanceWhenContainedIn:[MBProgressHUD class], nil].color = [UIColor redColor];
self
.
hud
.
label
.
text
=
text
;
self
.
hud
.
label
.
font
=
[
UIFont
systemFontOfSize
:
18
];
self
.
hud
.
removeFromSuperViewOnHide
=
YES
;
...
...
This diff is collapsed.
Click to expand it.
Palmwms/Class/Login/LoginViewController.m
View file @
ef1f8fae
...
...
@@ -107,7 +107,7 @@
user
.
userName
=
driver
[
@"name"
];
user
.
userCode
=
driver
[
@"code"
];
user
.
userUUid
=
driver
[
@"id"
];
[[
weakSelf
class
]
saveAccountAndPassWord
:
self
.
userNameTextField
.
text
AndPassword
:
s
elf
.
passWordTextField
.
text
];
[[
weakSelf
class
]
saveAccountAndPassWord
:
weakSelf
.
userNameTextField
.
text
AndPassword
:
weakS
elf
.
passWordTextField
.
text
];
[
weakSelf
SuccessMBProgressView
:
@"登录成功"
timeDelay
:
1
.
0
f
finish
:^
{
[
weakSelf
enterTheMainController
];
}];
...
...
This diff is collapsed.
Click to expand it.
Palmwms/Info.plist
View file @
ef1f8fae
...
...
@@ -17,7 +17,7 @@
<
k
e
y
>
CFBundlePackageType
<
/k
e
y
>
<
string
>
APPL
<
/string
>
<
k
e
y
>
CFBundleShortVersionString
<
/k
e
y
>
<
string
>
1.0.
3
<
/string
>
<
string
>
1.0.
6
<
/string
>
<
k
e
y
>
CFBundleSignature
<
/k
e
y
>
<
string
>
????
<
/string
>
<
k
e
y
>
CFBundleVersion
<
/k
e
y
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment