Commit 2f250873 authored by Steven杜宇's avatar Steven杜宇

// 红点逻辑

parent eb5a9cd9
......@@ -274,7 +274,7 @@ extension YHServiceOrderProgressTableViewCell {
if model.type == 3 || model.type == 4 {
if model.status == 3 { // 只有已完成状态才有红点显示逻辑处理 否则都隐藏
if model.type == 3 {
if model.pro_version == 1 {
if model.pro_version == 0 {
messageLabel.text = "恭喜您,自评报告已生成~"
} else {
messageLabel.text = "恭喜您,方案评分已更新~"
......
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