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
513b816c
Commit
513b816c
authored
Jun 17, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// bug
parent
661b0b7e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
YHHomeWebViewController.swift
.../Classes/Modules/Home(首页)/C/YHHomeWebViewController.swift
+1
-1
YHVideoPlayerVC.swift
galaxy/galaxy/Classes/Tools/VideoPlay/YHVideoPlayerVC.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeWebViewController.swift
View file @
513b816c
...
@@ -246,7 +246,7 @@ class YHHomeWebViewController: YHBaseViewController, WKUIDelegate, WKNavigationD
...
@@ -246,7 +246,7 @@ class YHHomeWebViewController: YHBaseViewController, WKUIDelegate, WKNavigationD
@objc
func
share
()
{
@objc
func
share
()
{
if
!
YHNetworkStatusManager
.
shared
.
isNetWorkOK
{
if
!
YHNetworkStatusManager
.
shared
.
isNetWorkOK
{
YHHUD
.
flash
(
message
:
"
请检查您的网络~
"
)
YHHUD
.
flash
(
message
:
"
网络不可用,请检查网络设置
"
)
return
return
}
}
...
...
galaxy/galaxy/Classes/Tools/VideoPlay/YHVideoPlayerVC.swift
View file @
513b816c
...
@@ -238,7 +238,7 @@ extension YHVideoPlayerVC {
...
@@ -238,7 +238,7 @@ extension YHVideoPlayerVC {
@objc
func
didShareButtonClicked
()
{
@objc
func
didShareButtonClicked
()
{
if
!
YHNetworkStatusManager
.
shared
.
isNetWorkOK
{
if
!
YHNetworkStatusManager
.
shared
.
isNetWorkOK
{
YHHUD
.
flash
(
message
:
"网络不可
能,请检查您的网络设置~
"
)
YHHUD
.
flash
(
message
:
"网络不可
用,请检查网络设置
"
)
return
return
}
}
shareVideoContent
()
shareVideoContent
()
...
...
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