Commit ea97a36c authored by David黄金龙's avatar David黄金龙

文字修改

parent a7840037
......@@ -138,7 +138,7 @@ private extension YHStartPageViewController {
guard let self = self else { return }
let vc = YHWebViewViewController()
vc.url = url
vc.navTitle = "银河港生活隐私政策"
vc.navTitle = "银河港生活隐私协议"
self.navigationController?.pushViewController(vc)
}
......
......@@ -299,7 +299,7 @@ extension YHPhoneLoginWithVideoBkgViewController {
let vc = YHWebViewViewController()
vc.url = url
if type == 0 {
vc.navTitle = "银河港生活隐私政策"
vc.navTitle = "银河港生活隐私协议"
} else if type == 1 {
vc.navTitle = "银河港生活用户条款"
}
......
......@@ -121,7 +121,7 @@ class YHLoginPrivacyView: UIView {
@objc func firstUrlClick() {
let vc = YHWebViewViewController()
vc.url = YHBaseUrlManager.shared.curPrivacyAgreementUrl()
vc.navTitle = "银河港生活隐私政策"
vc.navTitle = "银河港生活隐私协议"
UIViewController.current?.navigationController?.pushViewController(vc)
}
......
......@@ -274,7 +274,7 @@ extension YHMySettingViewController : UITableViewDelegate, UITableViewDataSource
//隐私政策
let vc = YHWebViewViewController()
vc.url = YHBaseUrlManager.shared.curPrivacyAgreementUrl()
vc.navTitle = "银河港生活隐私政策"
vc.navTitle = "银河港生活隐私协议"
UIViewController.current?.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