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
a7735b54
Commit
a7735b54
authored
Jul 23, 2024
by
DavidHuang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测评页面 分享
parent
8b85e221
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
Podfile
galaxy/Podfile
+1
-0
YHEvaluationViewVC.swift
...alaxy/Classes/Modules/Home(首页)/C/YHEvaluationViewVC.swift
+1
-8
No files found.
galaxy/Podfile
View file @
a7735b54
...
...
@@ -7,6 +7,7 @@ target 'galaxy' do
#与H5进行交互
pod
"dsBridge"
,
'3.0.6'
#网络检查
pod
'ReachabilitySwift'
,
'5.0.0'
#键盘处理
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHEvaluationViewVC.swift
View file @
a7735b54
...
...
@@ -96,14 +96,7 @@ private extension YHEvaluationViewVC {
@objc
func
share
()
{
if
!
YHNetworkStatusManager
.
shared
.
isNetWorkOK
{
YHHUD
.
flash
(
message
:
"网络不可用,请检查网络设置"
)
return
}
// TODO: - for test hjl 需要进一步完善
YHShareManager
.
shared
.
shareToMiniProgram
(
path
:
"/pages/abc/d/param=https://www.baidu.com/"
,
shareTitle
:
"请查看"
)
YHShareManager
.
shared
.
sendLinkContent
(
"20秒极速测分"
,
"您的朋友邀请您进行香港优才测评,来试试吧"
,
UIImage
(
named
:
"AppIcon"
)
??
UIImage
(),
link
:
url
)
}
@objc
func
updateNetWorkUI
()
{
...
...
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