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

// 二维码

parent 38199d25
...@@ -125,7 +125,7 @@ class YHConsultantQRCodeView: UIView { ...@@ -125,7 +125,7 @@ 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().offset(-(20.0+24.0)/2.0)
make.width.equalTo(299.0) make.width.equalTo(299.0)
make.height.equalTo(491.0) make.height.equalTo(491.0)
} }
......
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