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

// 名片

parent 1020b4e0
...@@ -15,7 +15,7 @@ class YHNameCardDynamicCell: UITableViewCell { ...@@ -15,7 +15,7 @@ class YHNameCardDynamicCell: UITableViewCell {
static let imgH: CGFloat = (KScreenWidth-20*2-4*2)/3.0 static let imgH: CGFloat = (KScreenWidth-20*2-4*2)/3.0
var rePublishClick:(()->())? var rePublishClick: (() -> Void)?
private lazy var publishLabel: UILabel = { private lazy var publishLabel: UILabel = {
let label = UILabel() let label = UILabel()
...@@ -136,7 +136,7 @@ class YHNameCardDynamicCell: UITableViewCell { ...@@ -136,7 +136,7 @@ class YHNameCardDynamicCell: UITableViewCell {
// 审核视图显示 // 审核视图显示
var hiddenReview = true var hiddenReview = true
if model.is_self_posts == 1 { if model.is_self_posts {
if model.audit_status == 3 { if model.audit_status == 3 {
hiddenReview = false hiddenReview = false
} }
......
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