最后提交

This commit is contained in:
启星
2025-10-27 17:05:46 +08:00
parent 92de736c3f
commit 3f76f23cb0
19 changed files with 201 additions and 32 deletions

View File

@@ -54,7 +54,7 @@
[self.bankAddressTextField addRoundedCornersWithRadius:11];
[self.view addSubview:self.bankAddressTextField];
self.commitBtn = [[UIButton alloc] initWithFrame:CGRectMake(38, self.bankNumberTextField.bottom+16, SCREEN_WIDTH-38*2, 42)];
self.commitBtn = [[UIButton alloc] initWithFrame:CGRectMake(38, self.bankAddressTextField.bottom+16, SCREEN_WIDTH-38*2, 42)];
}