Commit 5140ae7ae5a7515440931f1cb2fda099769d771c
1 parent
c9c1c27a
提交第二版
Showing
2 changed files
with
1 additions
and
5 deletions
CNLiveOrganizationValidationModule/Classes/CNLiveOrganizationValidationModule/Controller/CNLiveBAgreementCommitFinishController.m
| @@ -57,11 +57,7 @@ | @@ -57,11 +57,7 @@ | ||
| 57 | [self.view addSubview:self.returnBtn]; | 57 | [self.view addSubview:self.returnBtn]; |
| 58 | 58 | ||
| 59 | [_returnBtn addTarget:self action:@selector(returnBtnAction:) forControlEvents:UIControlEventTouchUpInside]; | 59 | [_returnBtn addTarget:self action:@selector(returnBtnAction:) forControlEvents:UIControlEventTouchUpInside]; |
| 60 | - | ||
| 61 | - [self.imageVeiw setBackgroundColor:[UIColor yellowColor]]; | ||
| 62 | - [self.contentL setBackgroundColor:[UIColor yellowColor]]; | ||
| 63 | 60 | ||
| 64 | - | ||
| 65 | } | 61 | } |
| 66 | 62 | ||
| 67 | #pragma mark - | 63 | #pragma mark - |
Example/CNLiveOrganizationValidationModule/CNLIVEBAppDelegate.m
| @@ -70,7 +70,7 @@ static NSString * uuid; | @@ -70,7 +70,7 @@ static NSString * uuid; | ||
| 70 | CNUserShareModel.faceUrl = @"http://yweb0.cnliveimg.com/images/headImg/2019/1211/1576034177571_small.jpg"; | 70 | CNUserShareModel.faceUrl = @"http://yweb0.cnliveimg.com/images/headImg/2019/1211/1576034177571_small.jpg"; |
| 71 | CNUserShareModel.nickname = @""; | 71 | CNUserShareModel.nickname = @""; |
| 72 | CNUserShareModel.mobile = @"15027621766"; | 72 | CNUserShareModel.mobile = @"15027621766"; |
| 73 | - CNUserShareModel.uid = @"10514577"; | 73 | + CNUserShareModel.uid = @"10514578"; |
| 74 | 74 | ||
| 75 | } | 75 | } |
| 76 | - (NSString *)appUUIDString | 76 | - (NSString *)appUUIDString |