Commit f62c90a9145227c2e5fe62fb5dbe2b558b75359f

Authored by 梁星国
1 parent 5aa29b56

提交0.0.2

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.1' 11 + s.version = '0.0.2'
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.
@@ -87,7 +87,7 @@ Pod::Spec.new do |s| @@ -87,7 +87,7 @@ Pod::Spec.new do |s|
87 ######################################## 87 ########################################
88 ### 所有github三方管理库(非频繁更新) 88 ### 所有github三方管理库(非频繁更新)
89 ######################################## 89 ########################################
90 - s.dependency 'CNLiveTripartiteManagement' 90 + s.dependency 'CNLiveTripartiteManagement'
91 91
92 92
93 93
CNLiveOrganizationValidationModule/Classes/CNLiveOrganizationValidationModule/Controller/CNLiveBOrganizationValidattionController.m
@@ -27,6 +27,7 @@ @@ -27,6 +27,7 @@
27 #import <MJExtension/MJExtension.h> 27 #import <MJExtension/MJExtension.h>
28 #import <CNLiveUploadManager/CNLiveUploadManager.h> 28 #import <CNLiveUploadManager/CNLiveUploadManager.h>
29 #import <YYKit/YYKit.h> 29 #import <YYKit/YYKit.h>
  30 +#import "CNLiveBAgreementContentController.h"
30 31
31 32
32 33
@@ -1014,6 +1015,13 @@ @@ -1014,6 +1015,13 @@
1014 } 1015 }
1015 } 1016 }
1016 1017
  1018 + if (!error) {
  1019 + CNLiveBAgreementContentController *vc = [[CNLiveBAgreementContentController alloc]init];
  1020 + [self.navigationController pushViewController:vc animated:YES];
  1021 + }
  1022 +
  1023 +
  1024 +
1017 }]; 1025 }];
1018 1026
1019 1027
Example/CNLiveOrganizationValidationModule.xcodeproj/project.pbxproj
@@ -351,7 +351,6 @@ @@ -351,7 +351,6 @@
351 inputPaths = ( 351 inputPaths = (
352 "${PODS_ROOT}/Target Support Files/Pods-CNLiveOrganizationValidationModule_Example/Pods-CNLiveOrganizationValidationModule_Example-frameworks.sh", 352 "${PODS_ROOT}/Target Support Files/Pods-CNLiveOrganizationValidationModule_Example/Pods-CNLiveOrganizationValidationModule_Example-frameworks.sh",
353 "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", 353 "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework",
354 - "${BUILT_PRODUCTS_DIR}/CNLiveBEnvironment/CNLiveBEnvironment.framework",  
355 "${BUILT_PRODUCTS_DIR}/CNLiveBaseKit/CNLiveBaseKit.framework", 354 "${BUILT_PRODUCTS_DIR}/CNLiveBaseKit/CNLiveBaseKit.framework",
356 "${BUILT_PRODUCTS_DIR}/CNLiveBaseTools/CNLiveBaseTools.framework", 355 "${BUILT_PRODUCTS_DIR}/CNLiveBaseTools/CNLiveBaseTools.framework",
357 "${BUILT_PRODUCTS_DIR}/CNLiveBeeHive/CNLiveBeeHive.framework", 356 "${BUILT_PRODUCTS_DIR}/CNLiveBeeHive/CNLiveBeeHive.framework",
@@ -397,7 +396,6 @@ @@ -397,7 +396,6 @@
397 name = "[CP] Embed Pods Frameworks"; 396 name = "[CP] Embed Pods Frameworks";
398 outputPaths = ( 397 outputPaths = (
399 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", 398 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework",
400 - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBEnvironment.framework",  
401 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseKit.framework", 399 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseKit.framework",
402 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseTools.framework", 400 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseTools.framework",
403 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBeeHive.framework", 401 "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBeeHive.framework",