Commit 73c81864 authored by Steven杜宇's avatar Steven杜宇

// 服务UI更改

parent 37df3c67
......@@ -17,8 +17,9 @@ class YHServiceOrderListView: YHBaseViewController {
var type: Int = 0
var mobile: String = ""
var homeTableView: UITableView!
private let noDataView : YHNoDataTipsView = {
let view = YHNoDataTipsView()
lazy var noDataView: YHEmptyDataView = {
let view = YHEmptyDataView.createView("暂无", kEmptyCommonBgName)
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