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
0ccefffa
Commit
0ccefffa
authored
Mar 14, 2025
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
直播相关格式修改
parent
d42d44ba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
YHLiveAppointmentViewController.swift
...streamSales(直播销售)/C/YHLiveAppointmentViewController.swift
+2
-2
YHLivePlayerViewController.swift
.../LivestreamSales(直播销售)/C/YHLivePlayerViewController.swift
+2
-2
YHVODPlayerViewController.swift
...s/LivestreamSales(直播销售)/C/YHVODPlayerViewController.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/LivestreamSales(直播销售)/C/YHLiveAppointmentViewController.swift
View file @
0ccefffa
...
@@ -269,9 +269,9 @@ class YHLiveAppointmentViewController: YHBaseViewController {
...
@@ -269,9 +269,9 @@ class YHLiveAppointmentViewController: YHBaseViewController {
let
tmpT
=
url
.
base64Encoded
??
""
// 对deepLink使用 base64编码
let
tmpT
=
url
.
base64Encoded
??
""
// 对deepLink使用 base64编码
var
oldUrl
=
liveInfo
.
live_h5_url
var
oldUrl
=
liveInfo
.
live_h5_url
if
oldUrl
.
contains
(
"?"
)
{
if
oldUrl
.
contains
(
"?"
)
{
oldUrl
=
oldUrl
+
"&appDeepLink=
\(
tmpT
)
"
oldUrl
+=
"&appDeepLink=
\(
tmpT
)
"
}
else
{
}
else
{
oldUrl
=
oldUrl
+
"?appDeepLink=
\(
tmpT
)
"
oldUrl
+=
"?appDeepLink=
\(
tmpT
)
"
}
}
DispatchQueue
.
main
.
async
{
DispatchQueue
.
main
.
async
{
...
...
galaxy/galaxy/Classes/Modules/LivestreamSales(直播销售)/C/YHLivePlayerViewController.swift
View file @
0ccefffa
...
@@ -537,9 +537,9 @@ class YHLivePlayerViewController: YHBasePlayerViewController {
...
@@ -537,9 +537,9 @@ class YHLivePlayerViewController: YHBasePlayerViewController {
let
tmpT
=
url
.
base64Encoded
??
""
// 对deepLink使用 base64编码
let
tmpT
=
url
.
base64Encoded
??
""
// 对deepLink使用 base64编码
var
oldUrl
=
liveModel
.
live_h5_url
var
oldUrl
=
liveModel
.
live_h5_url
if
oldUrl
.
contains
(
"?"
)
{
if
oldUrl
.
contains
(
"?"
)
{
oldUrl
=
oldUrl
+
"&appDeepLink=
\(
tmpT
)
"
oldUrl
+=
"&appDeepLink=
\(
tmpT
)
"
}
else
{
}
else
{
oldUrl
=
oldUrl
+
"?appDeepLink=
\(
tmpT
)
"
oldUrl
+=
"?appDeepLink=
\(
tmpT
)
"
}
}
YHShareAlertView
.
show
(
image
:
liveModel
.
live_image
,
title
:
"@"
+
liveModel
.
account
,
subMessage
:
liveModel
.
live_title
,
linkUrl
:
oldUrl
,
isLive
:
true
,
fromAiSale
:
true
)
YHShareAlertView
.
show
(
image
:
liveModel
.
live_image
,
title
:
"@"
+
liveModel
.
account
,
subMessage
:
liveModel
.
live_title
,
linkUrl
:
oldUrl
,
isLive
:
true
,
fromAiSale
:
true
)
...
...
galaxy/galaxy/Classes/Modules/LivestreamSales(直播销售)/C/YHVODPlayerViewController.swift
View file @
0ccefffa
...
@@ -181,9 +181,9 @@ class YHVODPlayerViewController: YHBasePlayerViewController {
...
@@ -181,9 +181,9 @@ class YHVODPlayerViewController: YHBasePlayerViewController {
let
tmpT
=
url
.
base64Encoded
??
""
// 对deepLink使用 base64编码
let
tmpT
=
url
.
base64Encoded
??
""
// 对deepLink使用 base64编码
var
oldUrl
=
recordedDetailModel
.
recorded_h5_url
var
oldUrl
=
recordedDetailModel
.
recorded_h5_url
if
oldUrl
.
contains
(
"?"
)
{
if
oldUrl
.
contains
(
"?"
)
{
oldUrl
=
oldUrl
+
"&appDeepLink=
\(
tmpT
)
"
oldUrl
+=
"&appDeepLink=
\(
tmpT
)
"
}
else
{
}
else
{
oldUrl
=
oldUrl
+
"?appDeepLink=
\(
tmpT
)
"
oldUrl
+=
"?appDeepLink=
\(
tmpT
)
"
}
}
DispatchQueue
.
main
.
async
{
DispatchQueue
.
main
.
async
{
...
...
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