Commit ec6b6e5e authored by David黄金龙's avatar David黄金龙

修改默认文案

parent 767e344b
...@@ -172,7 +172,7 @@ extension YHHomeCollectionViewCell { ...@@ -172,7 +172,7 @@ extension YHHomeCollectionViewCell {
if let url = URL(string: listModel.img_url) { if let url = URL(string: listModel.img_url) {
titleImageView.kf.setImage(with: url) titleImageView.kf.setImage(with: url)
} }
descripeLable.text = listModel.title.defaultStringIfEmpty(detaultValue: "***") descripeLable.text = listModel.title.defaultStringIfEmpty(detaultValue: "银河世纪")
descripeLable.snp.removeConstraints() descripeLable.snp.removeConstraints()
descripeLable.snp.remakeConstraints { make in descripeLable.snp.remakeConstraints { make in
make.top.equalToSuperview().offset(10) make.top.equalToSuperview().offset(10)
......
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