Commit f882d8aa authored by lujunye's avatar lujunye

修复已知bug

parent 4a1b82c0
......@@ -64,7 +64,7 @@ class GLMessageAlertView: UIView,UITableViewDelegate,UITableViewDataSource {
contentView = loadViewFromNib()
addSubview(contentView)
contentView.snp.makeConstraints { (make) in
maketop..left.right.bottom.equalToSuperview()
make.top.left.right.bottom.equalToSuperview()
}
setUI()
}
......
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