JLChen
2021-02-01 7ab063d5c658143b5bce7ca8e5ae9bfc700bb1d8
EZSDK/EZSDK/EZ/UIViewControllers/EZEditViewController.m
@@ -23,9 +23,8 @@
    // Do any additional setup after loading the view.
    
    self.title = NSLocalizedString(@"device_modify_name_title", @"修改设备名称");
//    self.deviceNameTextField.text = self.cameraInfo.deviceName;
//
    self.deviceNameTextField.text = self.deviceInfo.deviceName;
//
//    self.deviceNameTextField.leftView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 10, 30)];
//    self.deviceNameTextField.leftViewMode = UITextFieldViewModeAlways;
//    [self.deviceNameTextField dd_addSeparatorWithType:ViewSeparatorTypeVerticalSide];
@@ -91,7 +90,7 @@
                      NSLog(@"error = %@",error);
                      if(!error)
                      {
//                          self.cameraInfo.deviceName = self.deviceNameTextField.text;
                          self.deviceInfo.deviceName = self.deviceNameTextField.text;
                          [self.navigationController popViewControllerAnimated:YES];
                      }
                  }];