个人主页去掉申请加入公会按钮

This commit is contained in:
chenguilong
2022-11-18 16:19:42 +08:00
parent f370f3afc9
commit 5314b840dd

View File

@@ -215,7 +215,7 @@
- (void)setIsShowEnterHall:(BOOL)isShowEnterHall {
_isShowEnterHall = isShowEnterHall;
self.enterButton.hidden = !_isShowEnterHall;
self.enterButton.hidden = YES;//-guilong 2022-11-18
}
- (UIView *)backView {