Commit 2abcb09c authored by admin's avatar admin

修改字段org_name

parent 3300ef06
...@@ -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"]];
} }
......
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