Commit 1ed8a649 authored by Steven杜宇's avatar Steven杜宇

// 旅行

parent 86670608
......@@ -12,8 +12,6 @@ import AttributedString
enum YHCertificateID: Int {
case signDate = 0 // 签发日期
case deadDate = 1 // 届满日期
case kind = 2 //
}
class YHCertificateDateItem {
......@@ -162,9 +160,6 @@ class YHTravelCertificateUploadCell: UITableViewCell {
if self.dataModel.type == 3 { // 港澳通行证
self.dataModel.img_back = url
if self.dataModel.isCanEdit {
self.getOCR(url: url, isBack: 1)
}
} else {
self.dataModel.img_front = url
......@@ -243,9 +238,6 @@ class YHTravelCertificateUploadCell: UITableViewCell {
}
self.updateBlock?(false)
}
} else if item.id == .kind {
}
}
selectPanelContentView.addSubview(itemView)
......
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