Commit b451a9e6 authored by Steven杜宇's avatar Steven杜宇

// 方案

parent 16611275
......@@ -205,7 +205,7 @@ extension YHInformationPerfectListVC {
self.submitBtn.isEnabled = true
} else {
self.submitBtn.layer.opacity = 0.4
self.submitBtn.isEnabled = false
self.submitBtn.isEnabled = true
}
}
// self.checkSubmitTips()
......
......@@ -31,6 +31,8 @@ class YHComprehensiveEvaluationCell: UITableViewCell {
} else if tipsType == .pass {
tipsLabel.attributed.text = passText
}
self.setNeedsLayout()
self.layoutIfNeeded()
}
}
......
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