Commit 7f31aa91 authored by Steven杜宇's avatar Steven杜宇

Merge branch 'jiaofei' of http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS into jiaofei

parents 1198e880 30f3fdb9
...@@ -136,7 +136,7 @@ extension YHHKVisaRenewalApplicationVC { ...@@ -136,7 +136,7 @@ extension YHHKVisaRenewalApplicationVC {
let webPageUrl = paymentListModel.payment_url let webPageUrl = paymentListModel.payment_url
if webPageUrl.count > 0, URL(string: webPageUrl) != nil { if webPageUrl.count > 0, URL(string: webPageUrl) != nil {
let payMethodSection: [YHVisaRenewalInfoItemDetailType] = [.sectionHeader("港府官网缴费方式", "", { let payMethodSection: [YHVisaRenewalInfoItemDetailType] = [.sectionHeader("港府官网缴费方式", "", {
}), .payMethodUrl("方式一", "点击下方链接,跳转浏览器,进入港府官网操作缴费", webPageUrl, { [weak self] in }), .occupyingSpace, .payMethodUrl("方式一", "点击下方链接,跳转浏览器,进入港府官网操作缴费", webPageUrl, { [weak self] in
guard let self = self else { guard let self = self else {
return return
} }
......
...@@ -10,7 +10,7 @@ import UIKit ...@@ -10,7 +10,7 @@ import UIKit
class YHHKVisaRenewalApplicationHeader: UIView { class YHHKVisaRenewalApplicationHeader: UIView {
private static let ratio = 368.0 / 686.0 private static let ratio = 368.0 / 686.0
private static let margin: CGFloat = 20 private static let margin: CGFloat = 16
static var viewHeight: CGFloat { static var viewHeight: CGFloat {
return (KScreenWidth - margin * 2) * ratio + margin return (KScreenWidth - margin * 2) * ratio + margin
......
...@@ -5,12 +5,12 @@ ...@@ -5,12 +5,12 @@
"scale" : "1x" "scale" : "1x"
}, },
{ {
"filename" : "visa_renewal_pay_tips@2x.png", "filename" : "Group 2033194705@2x.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "2x" "scale" : "2x"
}, },
{ {
"filename" : "visa_renewal_pay_tips@3x.png", "filename" : "Group 2033194705@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