Commit 45d173c8 authored by Alex朱枝文's avatar Alex朱枝文

续签在港签证缴费--上传旅行签证增加参数传值

parent d59ce226
......@@ -116,6 +116,10 @@ class YHHKVisaRenewalPaymentVC: YHBaseViewController {
override func viewDidLoad() {
super.viewDidLoad()
setupUI()
}
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
requestData()
}
......@@ -140,7 +144,7 @@ extension YHHKVisaRenewalPaymentVC {
@objc private func clickSureButton() {
let vc = YHResignUploadTravelCardListViewController()
vc.orderId = orderId
// vc.batchId = renewalId
vc.batchId = renewalId
navigationController?.pushViewController(vc)
}
......
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