|
|
@@ -11,6 +11,7 @@
|
|
|
#import "YRMineModel.h"
|
|
|
#import "YRMineCell.h"
|
|
|
#import "YRWebVC.h"
|
|
|
+#import "NSString+secri.h"
|
|
|
|
|
|
@interface YRMineVC ()<UITableViewDelegate,UITableViewDataSource>
|
|
|
|
|
|
@@ -204,7 +205,7 @@
|
|
|
|
|
|
NSDictionary *accountDic = [[YRUserInfo shareManager].userInfo objectForKey:@"account"];
|
|
|
nameLabel.text = [accountDic objectForKey:@"realname"];
|
|
|
- phoneLabel.text = u_account;
|
|
|
+ phoneLabel.text = [NSString encodeSeciWithStr:FORMAT(@"%@",[[NSUserDefaults standardUserDefaults] objectForKey:@"userAccount"])];
|
|
|
|
|
|
iconView.image = [UIImage imageNamed:@"uu_zhanwei_man"];
|
|
|
|
|
|
@@ -288,7 +289,7 @@
|
|
|
_tableView.backgroundColor = [UIColor whiteColor];
|
|
|
_tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
|
|
|
|
|
|
- CGFloat height = 64;
|
|
|
+ CGFloat height = 64+36;
|
|
|
if (statusXLately) {
|
|
|
height = 132;
|
|
|
}
|