Commit 1497fbd265a058f5f4957d65ad73da3a617d3d64
1 parent
442bb9f7
0.1.9
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/CNCSubMine/ViewController/CNMineAccountManageController.m
| ... | ... | @@ -335,7 +335,7 @@ static NSString *aboutNetAddImgCellId = @"aboutNetAddImgCellId"; |
| 335 | 335 | } |
| 336 | 336 | else if (indexPath.row == 6) { //资质信息 |
| 337 | 337 | [CNMinePresent getAgreementH5WithType:CNAgreementEnterpriseQualification success:^(NSString *h5, NSString *title) { |
| 338 | - [[CNLiveCMineService shareMineProtocol] pushCMineContentForCMainPlatWithType:1 param:@{@"title":title,@"urlStr":h5} contentVC:self ]; | |
| 338 | + [[CNLiveCMineService shareMineProtocol] pushCMineContentForCMainPlatWithType:1 param:@{@"title":title,@"url":h5} contentVC:self ]; | |
| 339 | 339 | |
| 340 | 340 | } failure:^(NSError *error) { |
| 341 | 341 | [QMUITips showError:error.localizedDescription inView:self.view hideAfterDelay:1.5]; | ... | ... |