Commit 6765bc49 authored by David黄金龙's avatar David黄金龙

处理 一处 展示的bug

parent ef32301f
......@@ -89,7 +89,7 @@ extension YHPreviewInfoQuestionAndAnswerItemView {
nameLable.text = model.question
subtitleLable.text = model.answer
if let remark = model.remark {
if let remark = model.remark,remark.isEmpty == false {
subtitleLable.snp.makeConstraints { make in
make.top.equalTo(nameLable.snp.bottom).offset(8)
make.right.equalToSuperview()
......
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