|
@@ -580,12 +580,12 @@ NSString *const new_AesKey_1 = @"mGlAgnIBB8bx2nch";
|
|
|
[[SKPaymentQueue defaultQueue] addTransactionObserver:self];
|
|
|
|
|
|
|
|
|
-// UIButton *aaa = [ZKControl createButtonWithFrame:CGRectMake(100, 50, 100, 100) title:@"模拟按钮" imageName:@"" bgImageName:@"" target:self method:@selector(aaaaaaaa)];
|
|
|
+// UIButton *testBtn = [ZKControl createButtonWithFrame:CGRectMake(100, 50, 100, 100) title:@"模拟按钮" imageName:@"" bgImageName:@"" target:self method:@selector(testBtnClick)];
|
|
|
// [self.webView addSubview:aaa];
|
|
|
|
|
|
}
|
|
|
|
|
|
--(void)aaaaaaaa {
|
|
|
+-(void)testBtnClick {
|
|
|
LoadDocViewController *load = [[LoadDocViewController alloc] init];
|
|
|
//构建数据
|
|
|
JhtFileModel *fileModel = [[JhtFileModel alloc] init];
|