Commit b7c26324 authored by pete谢兆麟's avatar pete谢兆麟

审核状态下隐藏按钮

parent e42cd48d
...@@ -132,6 +132,18 @@ extension YHInvatationShareViewController { ...@@ -132,6 +132,18 @@ extension YHInvatationShareViewController {
make.height.equalTo(1.5) make.height.equalTo(1.5)
make.width.equalTo(35) make.width.equalTo(35)
} }
if let configModel = YHConfigManager.shared.reqVM.configModel,configModel.is_integral_open {
} else {
centerButton.isHidden = true
rightButton.isHidden = true
leftButton.snp.remakeConstraints { make in
make.top.equalTo(20)
make.centerX.equalToSuperview()
make.height.equalTo(74)
make.width.equalTo(52)
}
}
} }
func loadData() { func loadData() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment