Commit 93a426070a16a99d0ece9795051f69240da60208
1 parent
7af278e8
0.0.7
Showing
4 changed files
with
4 additions
and
4 deletions
CNLiveCMineModule.podspec
CNLiveCMineModule/Classes/CNLiveCMineProtocol.h
| ... | ... | @@ -24,7 +24,7 @@ NS_ASSUME_NONNULL_BEGIN |
| 24 | 24 | -(void)pushCMineInteContentForCMainCustomFunctionVCParam:(NSDictionary *)param CurrentVC:(UIViewController *)currentVC; |
| 25 | 25 | |
| 26 | 26 | /// 我的积分跳转主工程我的客服界面 |
| 27 | --(void)pushCMineInteContentForCMainPlatFromCustomerMedthod; | |
| 27 | +-(void)pushCMineInteContentForCMainPlatFromCurrentVC:(UIViewController *)currentVC; | |
| 28 | 28 | |
| 29 | 29 | /// 我的积分调用主工程中的友盟统计 |
| 30 | 30 | -(void)pushCMineInteContentForCMainUMengStatisticaMedthod; | ... | ... |
CNLiveCMineModule/Classes/inte/Controller/CNLiveCMineInteViewController.m
| ... | ... | @@ -188,7 +188,7 @@ |
| 188 | 188 | [[CNLiveCMineService shareMineProtocol] pushCMineInteContentForCMainWebViewWithURL:@"" statue:CNLiveCMineIntePushWebViewStatueRule]; |
| 189 | 189 | } |
| 190 | 190 | if (headerClick == CNLiveCMineInteHeaderClickService) { |
| 191 | - [[CNLiveCMineService shareMineProtocol] pushCMineInteContentForCMainPlatFromCustomerMedthod]; | |
| 191 | + [[CNLiveCMineService shareMineProtocol] pushCMineInteContentForCMainPlatFromCurrentVC:weakSelf]; | |
| 192 | 192 | } |
| 193 | 193 | }]; |
| 194 | 194 | }; | ... | ... |
Example/CNLiveCMineModule/CNLiveCMineViewModuleImpl.m