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

// 赴港

parent dc5cb67f
......@@ -121,7 +121,7 @@ class YHCertificateAppointViewController: YHBaseViewController {
if self.isAllMembersGo { // 申请人统一赴港激活签证
let item5 = YHAppointItem(type: .confirmGoHKInfo)
items2.append(item4)
items2.append(item5)
} else { // 申请人不是统一赴港激活签证
let item6 = YHAppointItem(type: .confirmGoHKInfo)
......
......@@ -94,7 +94,7 @@ class YHGrabingNumberListView: UIView {
}
cancelAppointBtn.snp.makeConstraints { make in
make.top.equalTo(12)
make.right.equalTo(-18)
make.right.equalTo(0)
make.size.equalTo(CGSizeMake(70, 32))
}
......
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