个人主页去掉申请加入公会按钮
This commit is contained in:
@@ -215,7 +215,7 @@
|
|||||||
|
|
||||||
- (void)setIsShowEnterHall:(BOOL)isShowEnterHall {
|
- (void)setIsShowEnterHall:(BOOL)isShowEnterHall {
|
||||||
_isShowEnterHall = isShowEnterHall;
|
_isShowEnterHall = isShowEnterHall;
|
||||||
self.enterButton.hidden = !_isShowEnterHall;
|
self.enterButton.hidden = YES;//业务调整,客户端隐藏申请加入公会按钮-guilong 2022-11-18
|
||||||
}
|
}
|
||||||
|
|
||||||
- (UIView *)backView {
|
- (UIView *)backView {
|
||||||
|
Reference in New Issue
Block a user