|
@@ -54,7 +54,7 @@
|
|
|
[super viewDidLoad];
|
|
|
// Do any additional setup after loading the view.
|
|
|
|
|
|
- [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(getCouldPhoneBaseInfoFun:) name:getCouldPhoneBaseInfoNotification object:nil];
|
|
|
+ //[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(getCouldPhoneBaseInfoFun:) name:getCouldPhoneBaseInfoNotification object:nil];
|
|
|
[self.view setBackgroundColor:HWF5F7FAColor];
|
|
|
|
|
|
[self.toolBar setHidden:YES];
|
|
@@ -289,6 +289,9 @@
|
|
|
make.height.mas_equalTo(60 + safeArea);
|
|
|
}];
|
|
|
|
|
|
+ //nas 不需要BaseInfo 相关信息了 修改逻辑
|
|
|
+ [self handelAfterGetBaseInfoModelData];
|
|
|
+
|
|
|
KWeakSelf
|
|
|
bottomView.didClickUploadFile = ^{
|
|
|
[weakSelf gotoUploadFileRecordFun];
|