This commit is contained in:
parent
e8016e5299
commit
544f0c009c
|
|
@ -32,8 +32,8 @@ class PrivacyPolicyVC: BaseViewController {
|
||||||
private let list: [PrivacyPolicyItem] = [
|
private let list: [PrivacyPolicyItem] = [
|
||||||
PrivacyPolicyItem(name: "用户协议", destination: .web(URLManager.shared.userAgreementUrl)),
|
PrivacyPolicyItem(name: "用户协议", destination: .web(URLManager.shared.userAgreementUrl)),
|
||||||
PrivacyPolicyItem(name: "隐私政策", destination: .web(URLManager.shared.privacyPolicyUrl)),
|
PrivacyPolicyItem(name: "隐私政策", destination: .web(URLManager.shared.privacyPolicyUrl)),
|
||||||
PrivacyPolicyItem(name: "儿童隐私政策", destination: .web(URLManager.shared.kidsPrivacyUrl)),
|
PrivacyPolicyItem(name: "儿童隐私政策", destination: .web(URLManager.shared.kidsPrivacyUrl))
|
||||||
PrivacyPolicyItem(name: "应用配对库", destination: .appRestrict)
|
// PrivacyPolicyItem(name: "应用配对库", destination: .appRestrict)
|
||||||
]
|
]
|
||||||
|
|
||||||
override func viewDidLoad() {
|
override func viewDidLoad() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue