Commit 36a18552 authored by Alex朱枝文's avatar Alex朱枝文

换tips图片以及UI调整

parent d732cb47
...@@ -125,8 +125,8 @@ extension YHHKVisaRenewalApplicationVC { ...@@ -125,8 +125,8 @@ extension YHHKVisaRenewalApplicationVC {
} }
self.copyToPasteBoard(person.file_num, message: "已复制临时档案号") self.copyToPasteBoard(person.file_num, message: "已复制临时档案号")
})) }))
let dateString = self.getShortDate(person.birthday) // let dateString = self.getShortDate(person.birthday)
paymentMembers.append(.subInfo("申请人出生日期:", "\(dateString)", nil)) paymentMembers.append(.subInfo("申请人出生日期:", "\(person.birthday)", nil))
paymentMembers.append(.subInfo("缴费金额:", "\(person.fee_money)", nil, .bottom)) paymentMembers.append(.subInfo("缴费金额:", "\(person.fee_money)", nil, .bottom))
} }
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
import UIKit import UIKit
class YHHKVisaRenewalApplicationHeader: UIView { class YHHKVisaRenewalApplicationHeader: UIView {
private static let ratio = 368.0 / 686.0 private static let ratio = 420.0 / 686.0
private static let margin: CGFloat = 16 private static let margin: CGFloat = 16
static var viewHeight: CGFloat { static var viewHeight: CGFloat {
......
...@@ -22,6 +22,7 @@ class YHVisaRenewalPayMemberCell: YHResignDocumentCell { ...@@ -22,6 +22,7 @@ class YHVisaRenewalPayMemberCell: YHResignDocumentCell {
let label = UILabel() let label = UILabel()
label.font = .PFSC_M(ofSize: 15) label.font = .PFSC_M(ofSize: 15)
label.textColor = .mainTextColor label.textColor = .mainTextColor
label.numberOfLines = 0
return label return label
}() }()
......
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
"scale" : "1x" "scale" : "1x"
}, },
{ {
"filename" : "Group 2033194705@2x.png", "filename" : "公告栏@2x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "Group 2033194705@3x.png", "filename" : "公告栏@3x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "3x" "scale" : "3x"
} }
......
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