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
0d30dd23
Commit
0d30dd23
authored
Jan 16, 2025
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复分享时候没法打开qmas
parent
8324c873
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
YHResignDocumentDetailViewController.swift
...ment(续签文书管理)/C/YHResignDocumentDetailViewController.swift
+3
-5
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/Resign(续签)/ResignDocumentManagement(续签文书管理)/C/YHResignDocumentDetailViewController.swift
View file @
0d30dd23
...
@@ -585,17 +585,15 @@ extension YHResignDocumentDetailViewController {
...
@@ -585,17 +585,15 @@ extension YHResignDocumentDetailViewController {
guard
let
self
=
self
else
{
guard
let
self
=
self
else
{
return
return
}
}
//
全部是私域链接,转公域
处理
//
可能是私域链接也可能是公域,用统一方法
处理
if
let
urlString
=
model
?
.
url
,
urlString
.
count
>
0
{
if
let
urlString
=
model
?
.
url
,
urlString
.
count
>
0
{
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
self
.
viewModel
.
get
PublicImageUrl
(
urlString
)
{
[
weak
self
]
success
,
error
in
self
.
viewModel
.
get
RealUsefulUrl
(
urlString
)
{
[
weak
self
]
success
in
YHHUD
.
hide
()
YHHUD
.
hide
()
guard
let
self
=
self
else
{
guard
let
self
=
self
else
{
return
return
}
}
if
let
success
=
success
,
let
url
=
URL
(
string
:
success
)
{
if
success
.
count
>
0
,
let
url
=
URL
(
string
:
success
)
{
//self.previewFile(url)
//YHShareManager.shared.sendLinkContent(self.name, "", UIImage(), link: success)
self
.
downloadRemoteFile
(
url
:
url
)
{
[
weak
self
]
destination
in
self
.
downloadRemoteFile
(
url
:
url
)
{
[
weak
self
]
destination
in
guard
let
self
=
self
else
{
guard
let
self
=
self
else
{
return
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