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
e2499cc7
Commit
e2499cc7
authored
Oct 19, 2024
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
续签文书管理报错文案调整
parent
f7eefb9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
YHResignDocumentDetailViewController.swift
...ment(续签文书管理)/C/YHResignDocumentDetailViewController.swift
+4
-4
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignDocumentManagement(续签文书管理)/C/YHResignDocumentDetailViewController.swift
View file @
e2499cc7
...
@@ -412,7 +412,7 @@ extension YHResignDocumentDetailViewController {
...
@@ -412,7 +412,7 @@ extension YHResignDocumentDetailViewController {
if
let
urlString
=
model
?
.
url
,
let
url
=
URL
(
string
:
urlString
)
{
if
let
urlString
=
model
?
.
url
,
let
url
=
URL
(
string
:
urlString
)
{
self
.
previewFile
(
url
)
self
.
previewFile
(
url
)
}
else
{
}
else
{
var
errorMsg
=
"文书
生成中,请稍后重
试"
var
errorMsg
=
"文书
正在生成中,请稍后再
试"
if
let
error
=
error
,
error
.
errorMsg
.
count
>
0
{
if
let
error
=
error
,
error
.
errorMsg
.
count
>
0
{
errorMsg
=
error
.
errorMsg
errorMsg
=
error
.
errorMsg
}
}
...
@@ -464,7 +464,7 @@ extension YHResignDocumentDetailViewController {
...
@@ -464,7 +464,7 @@ extension YHResignDocumentDetailViewController {
guard
let
signatureModel
=
signatureModel
else
{
guard
let
signatureModel
=
signatureModel
else
{
if
let
error
=
error
{
if
let
error
=
error
{
printLog
(
"###续期文书签字:
\(
error
.
errorMsg
)
"
)
printLog
(
"###续期文书签字:
\(
error
.
errorMsg
)
"
)
var
errorMsg
=
"签字文书
生成中,请稍后重
试"
var
errorMsg
=
"签字文书
正在生成中,请稍后再
试"
if
error
.
errorMsg
.
count
>
0
{
if
error
.
errorMsg
.
count
>
0
{
errorMsg
=
error
.
errorMsg
errorMsg
=
error
.
errorMsg
}
}
...
@@ -504,7 +504,7 @@ extension YHResignDocumentDetailViewController {
...
@@ -504,7 +504,7 @@ extension YHResignDocumentDetailViewController {
if
let
success
=
success
,
let
url
=
URL
(
string
:
success
)
{
if
let
success
=
success
,
let
url
=
URL
(
string
:
success
)
{
self
.
previewFile
(
url
)
self
.
previewFile
(
url
)
}
else
{
}
else
{
var
errorMsg
=
"文书
生成中,请稍后重
试"
var
errorMsg
=
"文书
正在生成中,请稍后再
试"
if
let
error
=
error
,
error
.
errorMsg
.
count
>
0
{
if
let
error
=
error
,
error
.
errorMsg
.
count
>
0
{
errorMsg
=
error
.
errorMsg
errorMsg
=
error
.
errorMsg
}
}
...
@@ -512,7 +512,7 @@ extension YHResignDocumentDetailViewController {
...
@@ -512,7 +512,7 @@ extension YHResignDocumentDetailViewController {
}
}
}
}
}
else
{
}
else
{
var
errorMsg
=
"文书
生成中,请稍后重
试"
var
errorMsg
=
"文书
正在生成中,请稍后再
试"
if
let
error
=
error
,
error
.
errorMsg
.
count
>
0
{
if
let
error
=
error
,
error
.
errorMsg
.
count
>
0
{
errorMsg
=
error
.
errorMsg
errorMsg
=
error
.
errorMsg
}
}
...
...
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