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

// UI

parent a12cee91
...@@ -64,7 +64,6 @@ class YHConsultantQRCodeView: UIView { ...@@ -64,7 +64,6 @@ class YHConsultantQRCodeView: UIView {
lazy var qrCodeImgView:UIImageView = { lazy var qrCodeImgView:UIImageView = {
let view = UIImageView(image: UIImage(named: "global_default_image")) let view = UIImageView(image: UIImage(named: "global_default_image"))
view.backgroundColor = .red
return view return view
}() }()
......
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