diff --git a/YuMi/Modules/YMMine/View/Recharge/XPIAPRechargeViewController.m b/YuMi/Modules/YMMine/View/Recharge/XPIAPRechargeViewController.m index 97ff20e4..ff278a01 100644 --- a/YuMi/Modules/YMMine/View/Recharge/XPIAPRechargeViewController.m +++ b/YuMi/Modules/YMMine/View/Recharge/XPIAPRechargeViewController.m @@ -129,16 +129,6 @@ [self initHttpData]; return; } - - XPWebViewController *vc = [[XPWebViewController alloc]init]; - NSString *channel = @"p"; - channel = [NSString stringWithFormat:@"%@a",channel]; - channel = [NSString stringWithFormat:@"%@y",channel]; - NSString *url = [NSString stringWithFormat:URLWithType(kChannelUrl),channel,self.type,[YYUtility deviceID]]; - vc.url = url; - [self addChildViewController:vc]; - vc.view.frame = self.view.frame; - [self.view addSubview:vc.view]; } - (void)createUI { self.view.backgroundColor = [UIColor whiteColor];