Commit 3e0b6544 authored by pete谢兆麟's avatar pete谢兆麟

取消5秒

parent 34ee162e
...@@ -82,10 +82,7 @@ class YHLookResignResultStateThreeTableViewCell: UITableViewCell { ...@@ -82,10 +82,7 @@ class YHLookResignResultStateThreeTableViewCell: UITableViewCell {
let c = ASAttributedString.init("领取续签签证指引", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.brandMainColor), .underline(.single), .action { let c = ASAttributedString.init("领取续签签证指引", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.brandMainColor), .underline(.single), .action {
// 跳转引导 // 跳转引导
let view = YHLookResignGuideLineView.sheetView() let view = YHLookResignGuideLineView.sheetView()
view.ischeckBeforeFlag = false view.ischeckBeforeFlag = true
view.block = {
}
view.show() view.show()
}) })
let d = ASAttributedString.init(" 》", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.brandMainColor)) let d = ASAttributedString.init(" 》", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.brandMainColor))
......
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