Commit dc6a60b5 authored by Steven杜宇's avatar Steven杜宇

// 二维码

parent 799e36b9
...@@ -127,8 +127,8 @@ class YHConsultantQRCodeView: UIView { ...@@ -127,8 +127,8 @@ class YHConsultantQRCodeView: UIView {
bgImgView.snp.makeConstraints { make in bgImgView.snp.makeConstraints { make in
make.centerX.equalToSuperview() make.centerX.equalToSuperview()
make.centerY.equalToSuperview() make.centerY.equalToSuperview()
make.width.equalTo(KScreenWidth-38.0*2) make.width.equalTo(299.0)
make.height.equalTo(bgImgView.snp.width).multipliedBy(491.0/299.0) make.height.equalTo(491.0)
} }
titleLabel.snp.makeConstraints { make in titleLabel.snp.makeConstraints { make in
......
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