Commit 17d07be9 authored by Alex朱枝文's avatar Alex朱枝文

去掉电子签证链接展示和复制

parent 667cc99d
......@@ -301,12 +301,12 @@ extension YHHKVisaRenewalPaymentVC {
}
self.gotoPreview(person.receipt)
}))
paymentMembers.append(.subContent("缴费电子签证链接:", person.receipt, "复制", .bottom, { [weak self] in
guard let self = self else {
return
}
self.copyToPasteBoard(person.receipt, message: "已复制电子签证链接")
}))
// paymentMembers.append(.subContent("缴费电子签证链接:", person.receipt, "复制", .bottom, { [weak self] in
// guard let self = self else {
// return
// }
// self.copyToPasteBoard(person.receipt, message: "已复制电子签证链接")
// }))
self.updateSureButtonState(true)
case .expired:
......
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