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
4215f4c3
Commit
4215f4c3
authored
Apr 22, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
分享问题修改
parent
12dd2dc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
YHHKEventCenterViewController.swift
...es/Modules/Home(首页)/C/YHHKEventCenterViewController.swift
+9
-0
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHKEventCenterViewController.swift
View file @
4215f4c3
...
...
@@ -140,6 +140,15 @@ class YHHKEventCenterViewController: YHBaseViewController {
}
}
task
.
resume
()
}
else
if
model
.
tag
.
contains
(
"香港行程"
)
{
guard
let
urlString
=
model
.
list
.
first
else
{
return
}
var
currentUrl
=
urlString
if
let
orderID
=
UserDefaults
.
standard
.
value
(
forKey
:
"orderIdForPreview"
)
as?
Int
{
currentUrl
=
urlString
+
"?paramO=
\(
orderID
)
"
+
"¶m="
+
YHLoginManager
.
shared
.
h5Token
}
YHShareManager
.
shared
.
sendLinkContent
(
"一图看清香港办事"
,
""
,
UIImage
(
named
:
"AppIcon"
)
??
UIImage
(),
link
:
currentUrl
)
}
else
{
guard
let
urlString
=
model
.
list
.
first
else
{
return
...
...
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