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

// UI

parent f59714d0
......@@ -124,14 +124,14 @@ extension YHTravelDocsPreparationViewModel {
let a = ASAttributedString.init("办理逗留D签注", .font(UIFont.PFSC_R(ofSize:14)), .foreground(UIColor.mainTextColor(alpha: 0.5)))
let b = ASAttributedString.init("《", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.brandMainColor))
let c = ASAttributedString.init("港澳通行证逗留 (D) -办理操作指引", .font(UIFont.PFSC_R(ofSize:14)),
.underline([.byWord]),
.underline([.single]),
.foreground(UIColor.brandMainColor),
.action {
YHTravelHKDLGuideSheetView.sheetView().show()
})
let d = ASAttributedString.init("》", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.brandMainColor))
let e = ASAttributedString.init("点击查看", .font(UIFont.PFSC_R(ofSize:14)),.foreground(UIColor.mainTextColor(alpha: 0.5)))
return a+b+c
return a+b+c+d+e
}
if type == 2 {
......
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