Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
红
红星美凯龙管理在线APP IOS
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
张杰
红星美凯龙管理在线APP IOS
Commits
2abcb09c
Commit
2abcb09c
authored
9 years ago
by
admin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改字段org_name
parent
3300ef06
master
develop
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
UserInterfaceState.xcuserstate
...userdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
HomeViewController.m
...r/Classes/Module/Home/ViewController/HomeViewController.m
+1
-4
No files found.
redstar.xcworkspace/xcuserdata/admin.xcuserdatad/UserInterfaceState.xcuserstate
View file @
2abcb09c
No preview for this file type
This diff is collapsed.
Click to expand it.
redstar/Classes/Module/Home/ViewController/HomeViewController.m
View file @
2abcb09c
...
@@ -357,9 +357,6 @@
...
@@ -357,9 +357,6 @@
#pragma mark - Private Methods
#pragma mark - Private Methods
-
(
void
)
setupNav
-
(
void
)
setupNav
{
{
UIEdgeInsets
insets
=
UIEdgeInsetsMake
(
0
,
199
,
0
,
175
);
UIEdgeInsets
insets
=
UIEdgeInsetsMake
(
0
,
199
,
0
,
175
);
UIImage
*
image
=
[[
UIImage
imageNamed
:
@"home_title"
]
resizableImageWithCapInsets
:
insets
resizingMode
:
UIImageResizingModeStretch
];
UIImage
*
image
=
[[
UIImage
imageNamed
:
@"home_title"
]
resizableImageWithCapInsets
:
insets
resizingMode
:
UIImageResizingModeStretch
];
self
.
bgImageView
.
image
=
image
;
self
.
bgImageView
.
image
=
image
;
...
@@ -367,7 +364,7 @@
...
@@ -367,7 +364,7 @@
self
.
nameLabel
.
backgroundColor
=
[
UIColor
clearColor
];
self
.
nameLabel
.
backgroundColor
=
[
UIColor
clearColor
];
_nameLabel
.
text
=
[
NSString
stringWithFormat
:
@"%@,你好!"
,
[[
NSUserDefaults
standardUserDefaults
]
objectForKey
:
@"user_name"
]];
_nameLabel
.
text
=
[
NSString
stringWithFormat
:
@"%@,你好!"
,
[[
NSUserDefaults
standardUserDefaults
]
objectForKey
:
@"user_name"
]];
self
.
shopnameLabel
.
backgroundColor
=
[
UIColor
clearColor
];
self
.
shopnameLabel
.
backgroundColor
=
[
UIColor
clearColor
];
_shopnameLabel
.
text
=
[
NSString
stringWithFormat
:
@"%@"
,
[[
NSUserDefaults
standardUserDefaults
]
objectForKey
:
@"
enterprise
_name"
]];
_shopnameLabel
.
text
=
[
NSString
stringWithFormat
:
@"%@"
,
[[
NSUserDefaults
standardUserDefaults
]
objectForKey
:
@"
org
_name"
]];
}
}
...
...
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