Commit dbefdb1cf375044078283107987c554456644942
1 parent
e8a46b9c
no message
Showing
1 changed file
with
0 additions
and
12 deletions
CNLiveUserAgreementManager/Classes/CNLiveUserAgreementController.m
| @@ -18,18 +18,6 @@ | @@ -18,18 +18,6 @@ | ||
| 18 | #pragma mark - 交互 | 18 | #pragma mark - 交互 |
| 19 | - (void)interaction { | 19 | - (void)interaction { |
| 20 | [super interaction]; | 20 | [super interaction]; |
| 21 | - [self.bridge registerHandler:@"wjjHelpAndFeedbackImage" handler:^(id data, WVJBResponseCallback responseCallback) { | ||
| 22 | - NSLog(@"ObjC Echo called with: %@", data); | ||
| 23 | - responseCallback(data); | ||
| 24 | - }]; | ||
| 25 | - id dataDic = @{ | ||
| 26 | - // @"imagePath": imagePath, | ||
| 27 | - @"image" : @"asd" | ||
| 28 | - }; | ||
| 29 | - // 帮助与反馈->产品建议:App提交图片数据给h5展示 | ||
| 30 | - [self.bridge callHandler:@"wjjCommitImageToJS" data:dataDic responseCallback:^(id responseData) { | ||
| 31 | - NSLog(@"ObjC received response: %@", responseData); | ||
| 32 | - }]; | ||
| 33 | } | 21 | } |
| 34 | 22 | ||
| 35 | #pragma mark - Setter方法 | 23 | #pragma mark - Setter方法 |