Commit a9e4ab5de2dd78d823435ea0c381d6fc4035f2d2

Authored by 梁星国
1 parent f62c90a9

提交0.0.3

CNLiveOrganizationValidationModule.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 = 'CNLiveOrganizationValidationModule' 10 s.name = 'CNLiveOrganizationValidationModule'
11 - s.version = '0.0.2' 11 + s.version = '0.0.3'
12 s.summary = '机构认证模块' 12 s.summary = '机构认证模块'
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.
CNLiveOrganizationValidationModule/Classes/CNLiveOrganizationValidationModule/Controller/CNLiveBAgreementCommitFinishController.m
@@ -127,7 +127,7 @@ @@ -127,7 +127,7 @@
127 - (void)returnBtnAction:(UIButton *)button { 127 - (void)returnBtnAction:(UIButton *)button {
128 128
129 129
130 - [self.navigationController popViewControllerAnimated:YES]; 130 + [self.navigationController popToRootViewControllerAnimated:YES];
131 } 131 }
132 132
133 133