Commit 2d6e4b63 authored by lujunye's avatar lujunye

小程序下单,昵称为空,专用用户名称

parent 7ba01ee3
......@@ -170,7 +170,10 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
cell.submitBtn.isHidden = false
cell.submitBtn.tag = indexPath.row
cell.cancelBtn.tag = indexPath.row
cell.nameLbl.text = rowModel.user_name
if rowModel.cus_name != nil {
cell.nameLbl.text = rowModel.cus_name
}
cell.statusLbl.text = orderStatusStrByInt(leftBtn: cell.cancelBtn, rightBtn: cell.submitBtn, statusNumber: rowModel.order_status!)
cell.accountLbl.text = rowModel.order_sn
......
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