Browse Source

1.nas 不需要BaseInfo 相关信息了 修改逻辑

huangxiaodong 7 months ago
parent
commit
768d3c5561

+ 4 - 1
创维盒子/双子星云手机/Class/Set/uploadFile/uploadImageOrVideoViewController.m

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