Commit f40fe975 authored by 刘俊宏's avatar 刘俊宏

修改订单详情ing

parent 7049cab3
......@@ -24,10 +24,8 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
view.removeFromSuperview()
glSelectView = nil
}
//MARK:--普通的是否可编辑
var iseditByData:Bool = true
var orderId:Int? //订单编号
var isYuShou:Bool = true //是否预售
......@@ -277,7 +275,11 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
alterView.delegate = self
self.view.window?.addSubview(alterView)
}
if indexPath.row == 9{
var isYushoucount = 0
if isYuShou {
isYushoucount = 2
}
if indexPath.row == 9 + isYushoucount{
print("备注")
let alterView = GeliAlertTextView(frame: self.view.window!.bounds)
alterView.delegate = self
......
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