新增恢复购买

This commit is contained in:
2025-12-16 16:25:50 +08:00
parent e8a980ff5b
commit 6800864866
8 changed files with 81 additions and 1 deletions

View File

@@ -38,7 +38,7 @@
[self.containerView addSubview:self.vipImageView];
[self.vipImageView mas_makeConstraints:^(MASConstraintMaker *make) {
make.right.left.equalTo(self.containerView).inset(KBFit(27));
make.top.equalTo(self.containerView).offset(KB_NAV_TOTAL_HEIGHT + 10);
make.top.equalTo(self.containerView).offset(KB_NAV_TOTAL_HEIGHT + 25);
make.height.mas_equalTo((269));
}];
[self.containerView addSubview:self.wanImageView];