Commit 07547208 authored by CZ1004's avatar CZ1004

修改代码

parent 375bfc88
...@@ -15,7 +15,7 @@ class PrivacyPolicyWebViewController:BaseWebViewController { ...@@ -15,7 +15,7 @@ class PrivacyPolicyWebViewController:BaseWebViewController {
titleView.model.title = "Privacy Policy" titleView.model.title = "Privacy Policy"
LoadWithUrl(url: "https://v0-privacy-green.vercel.app/privacy") LoadWithUrl(url: "https://app.intelliadvert.com/privacy")
view.backgroundColor = .white view.backgroundColor = .white
webView.width = ScreenW - 20.RW() webView.width = ScreenW - 20.RW()
......
...@@ -15,7 +15,7 @@ class TermOfUseWebViewController:BaseWebViewController { ...@@ -15,7 +15,7 @@ class TermOfUseWebViewController:BaseWebViewController {
titleView.model.title = "Term of Use" titleView.model.title = "Term of Use"
LoadWithUrl(url: "https://v0-privacy-green.vercel.app/terms") LoadWithUrl(url: "https://app.intelliadvert.com/terms")
view.backgroundColor = .white view.backgroundColor = .white
webView.width = ScreenW - 20.RW() webView.width = ScreenW - 20.RW()
......
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