Commit d7eac3dc authored by Alex朱枝文's avatar Alex朱枝文

续签在港签证缴费bug修复

parent d192f646
...@@ -297,7 +297,7 @@ extension YHHKVisaRenewalPaymentVC { ...@@ -297,7 +297,7 @@ extension YHHKVisaRenewalPaymentVC {
} }
self.copyToPasteBoard(person.file_num, message: "已复制档案号") self.copyToPasteBoard(person.file_num, message: "已复制档案号")
})) }))
paymentMembers.append(.subInfo("缴费金额:", "\(person.fee_hkd)港币(≈\(person.fee_rmb)人民币)", nil))
paymentMembers.append(.subContent("缴费电子签证:", fileName, "查看", .bottom, { [weak self] in paymentMembers.append(.subContent("缴费电子签证:", fileName, "查看", .bottom, { [weak self] in
guard let self = self else { guard let self = self else {
return return
......
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