Commit 3c28dfad authored by Steven杜宇's avatar Steven杜宇

// 无网络视图颜色

parent ba27f9c5
...@@ -82,7 +82,6 @@ class YHEmptyDataView: UIView { ...@@ -82,7 +82,6 @@ class YHEmptyDataView: UIView {
func createUI() { func createUI() {
self.backgroundColor = .white
self.addSubview(emptyBgImgV) self.addSubview(emptyBgImgV)
self.addSubview(tipsLabel) self.addSubview(tipsLabel)
......
...@@ -35,6 +35,7 @@ class YHHomeWebViewController: YHBaseViewController, WKUIDelegate, WKNavigationD ...@@ -35,6 +35,7 @@ class YHHomeWebViewController: YHBaseViewController, WKUIDelegate, WKNavigationD
lazy var noNetWorkTipsView: YHEmptyDataView = { lazy var noNetWorkTipsView: YHEmptyDataView = {
let view = YHEmptyDataView.createView("无网络", kNotNetWorkBgName) let view = YHEmptyDataView.createView("无网络", kNotNetWorkBgName)
view.topMargin = 222 view.topMargin = 222
view.backgroundColor = .white
view.isHidden = true view.isHidden = true
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