移除固定的储值入口

This commit is contained in:
QQQ
2024-05-22 19:17:13 +08:00
parent 7470483f13
commit 4c0f0b26b5

View File

@@ -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];