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
3bf2a545
Commit
3bf2a545
authored
Aug 10, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 原则批
parent
f05a4f4b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
13 deletions
+8
-13
YHPrincipleUploadListVC.swift
...rvice/PrincipleBatch(原则批)/C/YHPrincipleUploadListVC.swift
+1
-2
YHPrincleViewModel.swift
...erService/PrincipleBatch(原则批)/VM/YHPrincleViewModel.swift
+7
-2
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+0
-9
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/C/YHPrincipleUploadListVC.swift
View file @
3bf2a545
...
...
@@ -536,8 +536,7 @@ extension YHPrincipleUploadListVC: UITableViewDelegate, UITableViewDataSource {
urlModel
.
name
=
fileName
urlModel
.
url
=
successUrl
urlModel
.
fileUrl
=
successUrl
let
dateFormatter
=
DateFormatter
()
dateFormatter
.
dateFormat
=
"YYYY:MM:dd"
let
dateFormatter
=
self
.
viewModel
.
getUploadTimeFormat
()
let
dateString
=
dateFormatter
.
string
(
from
:
Date
())
urlModel
.
updated_at
=
dateString
model
.
content_url
.
insert
(
urlModel
,
at
:
0
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/VM/YHPrincleViewModel.swift
View file @
3bf2a545
...
...
@@ -346,8 +346,7 @@ extension YHPrincleViewModel {
model
.
url
=
url
model
.
fileUrl
=
url
let
dateFormatter
=
DateFormatter
()
dateFormatter
.
dateFormat
=
"HH:mm:ss"
let
dateFormatter
=
self
.
getUploadTimeFormat
()
let
dateString
=
dateFormatter
.
string
(
from
:
Date
())
model
.
updated_at
=
dateString
...
...
@@ -358,4 +357,10 @@ extension YHPrincleViewModel {
}
}
}
func
getUploadTimeFormat
()
->
DateFormatter
{
let
dateFormatter
=
DateFormatter
()
dateFormatter
.
dateFormat
=
"YYYY.MM.dd"
return
dateFormatter
}
}
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
3bf2a545
...
...
@@ -337,15 +337,6 @@ extension YHMyViewController : UITableViewDelegate, UITableViewDataSource {
return
}
if
true
{
// YHPrincipleCongratulationAlertView.alertView().show()
// YHPrincipleWaitResultViewController
let
vc
=
YHPrincipleApprovedWaitSubmitVC
()
self
.
navigationController
?
.
pushViewController
(
vc
)
return
}
let
item
:
PersonalModuleItem
=
items
[
indexPath
.
row
]
switch
item
.
type
{
case
.
myCard
:
//我的名片
...
...
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