Commit 7dd22c68 authored by pete谢兆麟's avatar pete谢兆麟

续期改成续签

parent 27095b13
......@@ -108,7 +108,7 @@ class YHResignCertificateDetailHkViewController: YHBaseViewController {
let b = ASAttributedString.init(",请提醒出入境办证人员", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.mainTextColor50))
let c = ASAttributedString.init("务必保留背面逗留D签注", .font(UIFont.PFSC_R(ofSize:14)),
.foreground(UIColor.brandMainColor))
let d = ASAttributedString.init(",避免影响入境香港及续时长!", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.mainTextColor50))
let d = ASAttributedString.init(",避免影响入境香港及续时长!", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.mainTextColor50))
return a+b+c+d
}
......
......@@ -104,7 +104,7 @@ class YHResignCertificateDetailPassPortViewController: YHBaseViewController {
if type == 1 {
let a = ASAttributedString.init("若有效期不足,请至少在续签前3个月完成证件更新", .font(UIFont.PFSC_R(ofSize:14)), .foreground(UIColor.brandMainColor))
let b = ASAttributedString.init(",避免影响续时长!", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.mainTextColor50))
let b = ASAttributedString.init(",避免影响续时长!", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.mainTextColor50))
return a+b
}
......
......@@ -488,7 +488,7 @@ extension YHResignDocumentDetailViewController {
}
guard let signatureModel = signatureModel else {
if let error = error {
printLog("###续文书签字: \(error.errorMsg)")
printLog("###续文书签字: \(error.errorMsg)")
var errorMsg = "签字文书正在生成中,请稍后再试"
if error.errorMsg.count > 0 {
errorMsg = error.errorMsg
......
......@@ -66,7 +66,7 @@ class YHResignDocumentManagementVC: YHBaseViewController {
extension YHResignDocumentManagementVC {
private func setupUI() {
gk_navTitle = "续文书管理"
gk_navTitle = "续文书管理"
gk_navBarAlpha = 1.0
gk_navBackgroundColor = .white
......
......@@ -17,7 +17,7 @@ enum YHResignDocumentStage: Int {
func title() -> String {
switch self {
case .initialSubmission:
return "​续递交文书"
return "​续递交文书"
case .supplementarySubmission:
return "​补件递交文书"
case .resubmissionAfterRejection:
......
......@@ -120,7 +120,7 @@ class YHServiceCenterStepThreeTableHeadView: UIView {
@objc func showAlert() {
let model = dataSource[selectIndex]
YHCommonAlertView.show("", "本期续人员:" + model.personStr, "我知道了",fullGuestureEnable: false) {
YHCommonAlertView.show("", "本期续人员:" + model.personStr, "我知道了",fullGuestureEnable: false) {
} callBack: {
......
......@@ -163,7 +163,7 @@ extension YHServiceOrderProgressTableViewCell {
if model.type == 27 {
titleLabel.text = "上传过关证件"
messageLabel.text = "点击保存入境小白条及香港身份证(后续身份续、永居均涉及)"
messageLabel.text = "点击保存入境小白条及香港身份证(后续身份续、永居均涉及)"
}
if model.type == 31 {
......@@ -414,7 +414,7 @@ extension YHServiceOrderProgressTableViewCell {
if model.type == 27 {
titleLabel.text = "上传过关证件"
messageLabel.text = "点击保存入境小白条及香港身份证(后续身份续、永居均涉及)"
messageLabel.text = "点击保存入境小白条及香港身份证(后续身份续、永居均涉及)"
buttonLabel.text = "去上传"
messageLabel.textColor = UIColor.mainTextColor50
}
......@@ -543,7 +543,7 @@ extension YHServiceOrderProgressTableViewCell {
if model.type == 27 {
titleLabel.text = "上传过关证件"
messageLabel.text = "点击保存入境小白条及香港身份证(后续身份续、永居均涉及)"
messageLabel.text = "点击保存入境小白条及香港身份证(后续身份续、永居均涉及)"
buttonLabel.text = "已完成"
}
......
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