Commit 8477221e authored by lujunye's avatar lujunye

显示为空优化

parent 0bcd8656
......@@ -30,7 +30,6 @@ class FXSY_Detail_ViewController: BaseViewController,UITableViewDelegate,UITable
cell.contentLbl.text = TimeByDouble(sender: (model?.data?.supplier_time)!)
break
}
break
case "订单退款":
switch indexPath.row {
......@@ -44,6 +43,7 @@ class FXSY_Detail_ViewController: BaseViewController,UITableViewDelegate,UITable
cell.contentLbl.text = model?.data?.refund_cycle
break
}
break
default:
switch indexPath.row {
......@@ -68,6 +68,9 @@ class FXSY_Detail_ViewController: BaseViewController,UITableViewDelegate,UITable
}
break
}
if cell.contentLbl.text?.count == 0 {
cell.contentLbl.text = "-"
}
return cell
}
......
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