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
2eeb2175
Commit
2eeb2175
authored
Sep 21, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 资料上传
parent
ffc0428c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
YHResignMaterialUploadVC.swift
...gnMaterialManage(续期资料管理)/C/YHResignMaterialUploadVC.swift
+1
-1
YHResignMaterialViewModel.swift
...MaterialManage(续期资料管理)/VM/YHResignMaterialViewModel.swift
+2
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignMaterialManage(续期资料管理)/C/YHResignMaterialUploadVC.swift
View file @
2eeb2175
...
@@ -425,7 +425,7 @@ extension YHResignMaterialUploadVC: UITableViewDelegate, UITableViewDataSource {
...
@@ -425,7 +425,7 @@ extension YHResignMaterialUploadVC: UITableViewDelegate, UITableViewDataSource {
make
.
bottom
.
equalToSuperview
()
.
offset
(
-
15
)
make
.
bottom
.
equalToSuperview
()
.
offset
(
-
15
)
}
}
if
self
.
materialModel
.
status
=
=
YHMaterialStatus
.
rejected
.
rawValue
{
if
self
.
materialModel
.
status
!
=
YHMaterialStatus
.
rejected
.
rawValue
{
return
view
return
view
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignMaterialManage(续期资料管理)/VM/YHResignMaterialViewModel.swift
View file @
2eeb2175
...
@@ -271,8 +271,7 @@ class YHResignMaterialViewModel: YHBaseViewModel {
...
@@ -271,8 +271,7 @@ class YHResignMaterialViewModel: YHBaseViewModel {
// 再调用业务接口
// 再调用业务接口
if
let
successUrl
=
successUrl
,
!
successUrl
.
isEmpty
{
if
let
successUrl
=
successUrl
,
!
successUrl
.
isEmpty
{
let
fileName
=
successUrl
.
lastPathComponent
let
fileName
=
fileUrl
.
absoluteString
.
lastPathComponent
let
suffixName
=
successUrl
.
pathExtension
.
lowercased
()
let
model
=
YHMaterialModelItemModel
()
let
model
=
YHMaterialModelItemModel
()
model
.
url
=
successUrl
model
.
url
=
successUrl
...
@@ -381,7 +380,7 @@ class YHResignMaterialViewModel: YHBaseViewModel {
...
@@ -381,7 +380,7 @@ class YHResignMaterialViewModel: YHBaseViewModel {
model
.
url
=
url
model
.
url
=
url
let
dateFormatter
=
DateFormatter
()
let
dateFormatter
=
DateFormatter
()
dateFormatter
.
dateFormat
=
"YYYY-MM-dd"
dateFormatter
.
dateFormat
=
"YYYY-MM-dd
HH:mm:ss
"
let
dateString
=
dateFormatter
.
string
(
from
:
Date
())
let
dateString
=
dateFormatter
.
string
(
from
:
Date
())
model
.
updated_at
=
dateString
model
.
updated_at
=
dateString
callBack
?(
true
,
model
)
callBack
?(
true
,
model
)
...
...
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