Commit 700aeb89 authored by DavidHuang's avatar DavidHuang

修改 预约的问题

parent 4b545c75
......@@ -225,8 +225,10 @@ class YHLiveStateViewController: YHBaseViewController {
bottomView.snp.makeConstraints { make in
make.left.right.equalToSuperview()
make.top.equalTo(lineView.snp.bottom).offset(100)
make.bottom.lessThanOrEqualTo(view.safeAreaLayoutGuide.snp.bottom)
make.height.equalTo(260)
// make.bottom.lessThanOrEqualTo(view.safeAreaLayoutGuide.snp.bottom)//for test hjl
}
// bottomView.backgroundColor = .red//for test hjl
bottomView.addSubview(recommendHeader)
recommendHeader.snp.makeConstraints { make in
make.top.left.right.equalToSuperview()
......
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