Commit ba27f9c5 authored by pete谢兆麟's avatar pete谢兆麟

服务中心无数据提示UI

parent 1cb500b0
......@@ -20,6 +20,7 @@ class YHServiceOrderListView: YHBaseViewController {
lazy var noDataView: YHEmptyDataView = {
let view = YHEmptyDataView.createView("暂无", kEmptyCommonBgName)
view.backgroundColor = .clear
view.isHidden = true
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