Commit a11a40dc authored by DavidHuang's avatar DavidHuang

Merge branch 'develop' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into develop

parents 96d2f8f6 b7c26324
...@@ -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