Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mobile-group
galaxy-iOS
Commits
ea97a36c
Commit
ea97a36c
authored
Jun 01, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文字修改
parent
a7840037
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
YHStartPageViewController.swift
...lasses/Modules/Home(首页)/C/YHStartPageViewController.swift
+1
-1
YHPhoneLoginWithVideoBkgViewController.swift
.../Login(登录)/C/YHPhoneLoginWithVideoBkgViewController.swift
+1
-1
YHLoginPrivacyView.swift
...laxy/Classes/Modules/Login(登录)/V/YHLoginPrivacyView.swift
+1
-1
YHMySettingViewController.swift
...lasses/Modules/Mine(我的)/C/YHMySettingViewController.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHStartPageViewController.swift
View file @
ea97a36c
...
...
@@ -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
)
}
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/C/YHPhoneLoginWithVideoBkgViewController.swift
View file @
ea97a36c
...
...
@@ -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
=
"银河港生活用户条款"
}
...
...
galaxy/galaxy/Classes/Modules/Login(登录)/V/YHLoginPrivacyView.swift
View file @
ea97a36c
...
...
@@ -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
)
}
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMySettingViewController.swift
View file @
ea97a36c
...
...
@@ -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
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment