Commit 00ad4faf authored by pete谢兆麟's avatar pete谢兆麟

正在等待市批烤果-

parent 9fe07aab
...@@ -612,7 +612,7 @@ extension YHServiceOrderProgressTableViewCell { ...@@ -612,7 +612,7 @@ extension YHServiceOrderProgressTableViewCell {
if model.type == 211 { if model.type == 211 {
titleLabel.text = "港府获批结果" titleLabel.text = "港府获批结果"
messageLabel.text = "正在等待原则批结果~" messageLabel.text = "正在等待批结果~"
buttonLabel.text = "去查看" buttonLabel.text = "去查看"
buttonLabel.backgroundColor = UIColor.brandMainColor buttonLabel.backgroundColor = UIColor.brandMainColor
messageLabel.textColor = UIColor.mainTextColor50 messageLabel.textColor = UIColor.mainTextColor50
...@@ -625,7 +625,7 @@ extension YHServiceOrderProgressTableViewCell { ...@@ -625,7 +625,7 @@ extension YHServiceOrderProgressTableViewCell {
if model.type == 212 { if model.type == 212 {
titleLabel.text = "港府获批结果" titleLabel.text = "港府获批结果"
messageLabel.text = "正在进行原则批补件~" messageLabel.text = "正在进行补件~"
buttonLabel.text = "去查看" buttonLabel.text = "去查看"
buttonLabel.backgroundColor = UIColor.brandMainColor buttonLabel.backgroundColor = UIColor.brandMainColor
messageLabel.textColor = UIColor.mainTextColor50 messageLabel.textColor = UIColor.mainTextColor50
...@@ -744,7 +744,7 @@ extension YHServiceOrderProgressTableViewCell { ...@@ -744,7 +744,7 @@ extension YHServiceOrderProgressTableViewCell {
} }
if model.type == 311 { if model.type == 311 {
titleLabel.text = "港府获批结果" titleLabel.text = "港府获批结果"
messageLabel.text = "正在等待原则批结果~" messageLabel.text = "正在等待批结果~"
buttonLabel.text = "去查看" buttonLabel.text = "去查看"
buttonLabel.backgroundColor = UIColor.brandMainColor buttonLabel.backgroundColor = UIColor.brandMainColor
messageLabel.textColor = UIColor.mainTextColor50 messageLabel.textColor = UIColor.mainTextColor50
...@@ -757,7 +757,7 @@ extension YHServiceOrderProgressTableViewCell { ...@@ -757,7 +757,7 @@ extension YHServiceOrderProgressTableViewCell {
if model.type == 312 { if model.type == 312 {
titleLabel.text = "港府获批结果" titleLabel.text = "港府获批结果"
messageLabel.text = "正在进行原则批补件~" messageLabel.text = "正在进行补件~"
buttonLabel.text = "去查看" buttonLabel.text = "去查看"
buttonLabel.backgroundColor = UIColor.brandMainColor buttonLabel.backgroundColor = UIColor.brandMainColor
messageLabel.textColor = UIColor.mainTextColor50 messageLabel.textColor = UIColor.mainTextColor50
...@@ -876,7 +876,7 @@ extension YHServiceOrderProgressTableViewCell { ...@@ -876,7 +876,7 @@ extension YHServiceOrderProgressTableViewCell {
} }
if model.type == 411 { if model.type == 411 {
titleLabel.text = "港府获批结果" titleLabel.text = "港府获批结果"
messageLabel.text = "正在等待原则批结果~" messageLabel.text = "正在等待批结果~"
buttonLabel.text = "去查看" buttonLabel.text = "去查看"
buttonLabel.backgroundColor = UIColor.brandMainColor buttonLabel.backgroundColor = UIColor.brandMainColor
messageLabel.textColor = UIColor.mainTextColor50 messageLabel.textColor = UIColor.mainTextColor50
...@@ -889,7 +889,7 @@ extension YHServiceOrderProgressTableViewCell { ...@@ -889,7 +889,7 @@ extension YHServiceOrderProgressTableViewCell {
if model.type == 412 { if model.type == 412 {
titleLabel.text = "港府获批结果" titleLabel.text = "港府获批结果"
messageLabel.text = "正在进行原则批补件~" messageLabel.text = "正在进行补件~"
buttonLabel.text = "去查看" buttonLabel.text = "去查看"
buttonLabel.backgroundColor = UIColor.brandMainColor buttonLabel.backgroundColor = UIColor.brandMainColor
messageLabel.textColor = UIColor.mainTextColor50 messageLabel.textColor = UIColor.mainTextColor50
......
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