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
3025c326
Commit
3025c326
authored
Sep 20, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改时间格式
parent
0f84ae94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
YHResignCertificateDetailViewController.swift
...e(续期证件管理)/C/YHResignCertificateDetailViewController.swift
+1
-1
YHResignCertificateDetailViewModel.swift
...anage(续期证件管理)/VM/YHResignCertificateDetailViewModel.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignCertificateManage(续期证件管理)/C/YHResignCertificateDetailViewController.swift
View file @
3025c326
...
@@ -147,7 +147,7 @@ class YHResignCertificateDetailViewController: YHBaseViewController {
...
@@ -147,7 +147,7 @@ class YHResignCertificateDetailViewController: YHBaseViewController {
let
convertedDateString
=
dateFormatter
.
string
(
from
:
date
)
// 转换日期到目标格式
let
convertedDateString
=
dateFormatter
.
string
(
from
:
date
)
// 转换日期到目标格式
return
convertedDateString
return
convertedDateString
}
}
return
""
return
data
}
}
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignCertificateManage(续期证件管理)/VM/YHResignCertificateDetailViewModel.swift
View file @
3025c326
...
@@ -68,6 +68,6 @@ class YHResignCertificateDetailViewModel: YHBaseViewModel {
...
@@ -68,6 +68,6 @@ class YHResignCertificateDetailViewModel: YHBaseViewModel {
let
convertedDateString
=
dateFormatter
.
string
(
from
:
date
)
// 转换日期到目标格式
let
convertedDateString
=
dateFormatter
.
string
(
from
:
date
)
// 转换日期到目标格式
return
convertedDateString
return
convertedDateString
}
}
return
""
return
data
}
}
}
}
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