Commit 1497fbd265a058f5f4957d65ad73da3a617d3d64

Authored by yanglingyu
1 parent 442bb9f7

0.1.9

CNLiveCMineModule.podspec
@@ -8,7 +8,7 @@ @@ -8,7 +8,7 @@
8 8
9 Pod::Spec.new do |s| 9 Pod::Spec.new do |s|
10 s.name = 'CNLiveCMineModule' 10 s.name = 'CNLiveCMineModule'
11 - s.version = '0.1.8' 11 + s.version = '0.1.9'
12 s.summary = '网家家C端个人中心' 12 s.summary = '网家家C端个人中心'
13 13
14 # This description is used to generate tags and improve search results. 14 # This description is used to generate tags and improve search results.
CNLiveCMineModule/Classes/CNCSubMine/ViewController/CNMineAccountManageController.m
@@ -335,7 +335,7 @@ static NSString *aboutNetAddImgCellId = @"aboutNetAddImgCellId"; @@ -335,7 +335,7 @@ static NSString *aboutNetAddImgCellId = @"aboutNetAddImgCellId";
335 } 335 }
336 else if (indexPath.row == 6) { //资质信息 336 else if (indexPath.row == 6) { //资质信息
337 [CNMinePresent getAgreementH5WithType:CNAgreementEnterpriseQualification success:^(NSString *h5, NSString *title) { 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 } failure:^(NSError *error) { 340 } failure:^(NSError *error) {
341 [QMUITips showError:error.localizedDescription inView:self.view hideAfterDelay:1.5]; 341 [QMUITips showError:error.localizedDescription inView:self.view hideAfterDelay:1.5];