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
8d0cd8ae
Commit
8d0cd8ae
authored
Sep 23, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS
into develop
parents
970ea14e
049c3605
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
+4
-11
YHResignDocumentDetailViewController.swift
...ment(续签文书管理)/C/YHResignDocumentDetailViewController.swift
+4
-11
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignDocumentManagement(续签文书管理)/C/YHResignDocumentDetailViewController.swift
View file @
8d0cd8ae
...
@@ -247,7 +247,7 @@ extension YHResignDocumentDetailViewController {
...
@@ -247,7 +247,7 @@ extension YHResignDocumentDetailViewController {
return
return
}
}
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
YHHUD
.
show
(
.
progress
(
message
:
"加载中..."
))
self
.
viewModel
.
getResginDocumentUrl
(
docId
:
model
.
docId
,
isEditable
:
false
)
{
[
weak
self
]
model
,
error
in
self
.
viewModel
.
previewResginDocument
(
docId
:
model
.
docId
)
{
[
weak
self
]
model
,
error
in
guard
let
self
=
self
else
{
guard
let
self
=
self
else
{
return
return
}
}
...
@@ -270,14 +270,6 @@ extension YHResignDocumentDetailViewController {
...
@@ -270,14 +270,6 @@ extension YHResignDocumentDetailViewController {
guard
let
self
=
self
else
{
guard
let
self
=
self
else
{
return
return
}
}
// let vc = YHH5WebViewVC()
// vc.navTitle = self.name
// // TODO: - Alex等链接下来再赋值
// //vc.url = url
// vc.isFullScreenFlag = false
// self.navigationController?.pushViewController(vc)
// printLog("###infoConfirmationEvent")
printLog
(
"跳转QMAS"
)
printLog
(
"跳转QMAS"
)
if
let
param
=
YHLoginManager
.
shared
.
userModel
?
.
token
,
param
.
count
>
5
{
if
let
param
=
YHLoginManager
.
shared
.
userModel
?
.
token
,
param
.
count
>
5
{
...
@@ -292,9 +284,10 @@ extension YHResignDocumentDetailViewController {
...
@@ -292,9 +284,10 @@ extension YHResignDocumentDetailViewController {
url
=
url
+
"?param="
+
token
+
"&doc_id=
\(
model
.
docId
)
"
url
=
url
+
"?param="
+
token
+
"&doc_id=
\(
model
.
docId
)
"
let
vc
=
YHH5WebViewVC
()
let
vc
=
YHH5WebViewVC
()
vc
.
navTitle
=
""
vc
.
isFullScreenFlag
=
false
vc
.
navTitle
=
"QMAS文件信息确认"
//self.name
vc
.
url
=
url
vc
.
url
=
url
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
self
.
navigationController
?
.
pushViewController
(
vc
)
}
}
}
}
...
...
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