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

// 旅行

parent 5b400ad7
...@@ -210,6 +210,7 @@ class YHTravelCertificateUploadCell: UITableViewCell { ...@@ -210,6 +210,7 @@ class YHTravelCertificateUploadCell: UITableViewCell {
for (index, item) in arr.enumerated() { for (index, item) in arr.enumerated() {
let itemView = YHTravelCertificateItemView(frame: .zero) let itemView = YHTravelCertificateItemView(frame: .zero)
itemView.lineView.isHidden = index == 0
// 标题 // 标题
var titleStr: ASAttributedString = .init("\(item.title)", .font(UIFont.PFSC_R(ofSize: 14)),.foreground(UIColor.mainTextColor)) var titleStr: ASAttributedString = .init("\(item.title)", .font(UIFont.PFSC_R(ofSize: 14)),.foreground(UIColor.mainTextColor))
// 是否必填 // 是否必填
......
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