Commit 002edf99 authored by Steven杜宇's avatar Steven杜宇

// 测评码UI更改

parent 7701f2bd
...@@ -35,7 +35,7 @@ private extension YHHomeWebViewBottomForSavePicView { ...@@ -35,7 +35,7 @@ private extension YHHomeWebViewBottomForSavePicView {
button.backgroundColor = UIColor.contentBkgColor button.backgroundColor = UIColor.contentBkgColor
button.titleLabel?.font = UIFont.PFSC_M(ofSize: 15) button.titleLabel?.font = UIFont.PFSC_M(ofSize: 15)
button.contentHorizontalAlignment = .center button.contentHorizontalAlignment = .center
button.setTitle("保存图片到相册", for: .normal) button.setTitle("保存到相册", for: .normal)
button.setTitleColor(UIColor.brandMainColor, for: .normal) button.setTitleColor(UIColor.brandMainColor, for: .normal)
button.layer.cornerRadius = kCornerRadius6 button.layer.cornerRadius = kCornerRadius6
button.layer.borderWidth = 0.5 button.layer.borderWidth = 0.5
......
...@@ -274,7 +274,7 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource { ...@@ -274,7 +274,7 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
case .myTestCode://我的测评码 case .myTestCode://我的测评码
printLog("我的测评码") printLog("我的测评码")
let vc = YHHomeWebViewController() let vc = YHHomeWebViewController()
vc.vcTitle = "我的测评码" vc.vcTitle = "香港身份测评码"
vc.showSavePicBottomFlag = true vc.showSavePicBottomFlag = true
vc.url = "https://cdn-public.galaxy-immi.com/app/cepingma.png" vc.url = "https://cdn-public.galaxy-immi.com/app/cepingma.png"
self.navigationController?.pushViewController(vc) self.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