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
61fbdeb6
Commit
61fbdeb6
authored
Oct 11, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化 代码
parent
a064fc53
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
10 deletions
+23
-10
YHResignUploadTravelCardFootViewController.swift
...传旅行证件)/V/YHResignUploadTravelCardFootViewController.swift
+0
-1
YHResignUploadTravelGuideView.swift
...dTravelCrad(上传旅行证件)/V/YHResignUploadTravelGuideView.swift
+0
-1
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+23
-8
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/UploadTravelCrad(上传旅行证件)/V/YHResignUploadTravelCardFootViewController.swift
View file @
61fbdeb6
...
@@ -69,7 +69,6 @@ extension YHResignUploadTravelCardFootViewController {
...
@@ -69,7 +69,6 @@ extension YHResignUploadTravelCardFootViewController {
@objc
func
click
()
{
@objc
func
click
()
{
let
vc
=
YHH5WebViewVC
()
let
vc
=
YHH5WebViewVC
()
vc
.
url
=
"https://www.ctshk.com/mep/zh/"
vc
.
url
=
"https://www.ctshk.com/mep/zh/"
vc
.
isShowRightShareItemFlag
=
false
vc
.
isFullScreenFlag
=
false
vc
.
isFullScreenFlag
=
false
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/UploadTravelCrad(上传旅行证件)/V/YHResignUploadTravelGuideView.swift
View file @
61fbdeb6
...
@@ -140,7 +140,6 @@ extension YHResignUploadTravelGuideView {
...
@@ -140,7 +140,6 @@ extension YHResignUploadTravelGuideView {
dismiss
()
dismiss
()
let
vc
=
YHH5WebViewVC
()
let
vc
=
YHH5WebViewVC
()
vc
.
url
=
"https://www.ctshk.com/mep/zh/"
vc
.
url
=
"https://www.ctshk.com/mep/zh/"
vc
.
isShowRightShareItemFlag
=
false
vc
.
isFullScreenFlag
=
false
vc
.
isFullScreenFlag
=
false
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
}
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
61fbdeb6
...
@@ -341,14 +341,14 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
...
@@ -341,14 +341,14 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
return
return
}
}
if
true
{
//
if true {
//
YHResignAppointTipsView
.
alertView
()
.
show
()
//
YHResignAppointTipsView.alertView().show()
//
// let vc = YHResignInfoConfirmViewController()
//
//
let vc = YHResignInfoConfirmViewController()
// self.navigationController?.pushViewController(vc)
//
//
self.navigationController?.pushViewController(vc)
return
//
return
}
//
}
let
item
:
PersonalModuleItem
=
items
[
indexPath
.
row
]
let
item
:
PersonalModuleItem
=
items
[
indexPath
.
row
]
switch
item
.
type
{
switch
item
.
type
{
...
@@ -408,6 +408,21 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
...
@@ -408,6 +408,21 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
case
.
aboutUs
:
case
.
aboutUs
:
let
vc
=
YHAboutGalaxyViewController
()
let
vc
=
YHAboutGalaxyViewController
()
self
.
navigationController
?
.
pushViewController
(
vc
)
self
.
navigationController
?
.
pushViewController
(
vc
)
// SFSafariViewController
// let vc = YHH5WebViewVC()
// vc.url = "https://beta-sign.galaxy-immi.com/webPayConfirm?id=Qk9sbUlzenp0OGFOdVZ4ekphQXJGWnJ0ODdBS3gxdWNJcURrOHBLbm4xND0%3D"
// vc.isFullScreenFlag = false
// vc.isSupportWebviewInterBackFlag = true
// UIViewController.current?.navigationController?.pushViewController(vc)//for test hjl
// if let url = URL(string: "https://beta-sign.galaxy-immi.com/webPayConfirm?id=Qk9sbUlzenp0OGFOdVZ4ekphQXJGWnJ0ODdBS3gxdWNJcURrOHBLbm4xND0%3D") {
// let safariViewController = SFSafariViewController(url: url)
// safariViewController.dismissButtonStyle = .close
// safariViewController.modalPresentationStyle = .fullScreen
// UIViewController.current?.present(safariViewController, animated: true, completion: nil)
// }//for test hjl
default
:
default
:
printLog
(
"不需要响应"
)
printLog
(
"不需要响应"
)
}
}
...
...
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