Commit f62c90a9145227c2e5fe62fb5dbe2b558b75359f
1 parent
5aa29b56
提交0.0.2
Showing
3 changed files
with
10 additions
and
4 deletions
CNLiveOrganizationValidationModule.podspec
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | |
| 9 | 9 | Pod::Spec.new do |s| |
| 10 | 10 | s.name = 'CNLiveOrganizationValidationModule' |
| 11 | - s.version = '0.0.1' | |
| 11 | + s.version = '0.0.2' | |
| 12 | 12 | s.summary = '机构认证模块' |
| 13 | 13 | |
| 14 | 14 | # This description is used to generate tags and improve search results. |
| ... | ... | @@ -87,7 +87,7 @@ Pod::Spec.new do |s| |
| 87 | 87 | ######################################## |
| 88 | 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 | 27 | #import <MJExtension/MJExtension.h> |
| 28 | 28 | #import <CNLiveUploadManager/CNLiveUploadManager.h> |
| 29 | 29 | #import <YYKit/YYKit.h> |
| 30 | +#import "CNLiveBAgreementContentController.h" | |
| 30 | 31 | |
| 31 | 32 | |
| 32 | 33 | |
| ... | ... | @@ -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 | 351 | inputPaths = ( |
| 352 | 352 | "${PODS_ROOT}/Target Support Files/Pods-CNLiveOrganizationValidationModule_Example/Pods-CNLiveOrganizationValidationModule_Example-frameworks.sh", |
| 353 | 353 | "${BUILT_PRODUCTS_DIR}/AFNetworking/AFNetworking.framework", |
| 354 | - "${BUILT_PRODUCTS_DIR}/CNLiveBEnvironment/CNLiveBEnvironment.framework", | |
| 355 | 354 | "${BUILT_PRODUCTS_DIR}/CNLiveBaseKit/CNLiveBaseKit.framework", |
| 356 | 355 | "${BUILT_PRODUCTS_DIR}/CNLiveBaseTools/CNLiveBaseTools.framework", |
| 357 | 356 | "${BUILT_PRODUCTS_DIR}/CNLiveBeeHive/CNLiveBeeHive.framework", |
| ... | ... | @@ -397,7 +396,6 @@ |
| 397 | 396 | name = "[CP] Embed Pods Frameworks"; |
| 398 | 397 | outputPaths = ( |
| 399 | 398 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/AFNetworking.framework", |
| 400 | - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBEnvironment.framework", | |
| 401 | 399 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseKit.framework", |
| 402 | 400 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBaseTools.framework", |
| 403 | 401 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBeeHive.framework", | ... | ... |