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
d9e53f0b
Commit
d9e53f0b
authored
Jun 06, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 文件清单
parent
bd0bf65b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
YHFileListViewController.swift
...ice(服务中心)/FileList(文件清单)/C/YHFileListViewController.swift
+1
-1
YHFileListItemView.swift
...ntService(服务中心)/FileList(文件清单)/V/YHFileListItemView.swift
+1
-0
YHCertificateViewModel.swift
...务中心)/MyCertificates(我的证书)/VM/YHCertificateViewModel.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/FileList(文件清单)/C/YHFileListViewController.swift
View file @
d9e53f0b
...
...
@@ -269,7 +269,7 @@ extension YHFileListViewController {
return
}
printLog
(
"
\(
userInfo
)
"
)
printLog
(
"
点击文件清单:
\(
userInfo
)
"
)
if
checkStatus
==
YHCertificateUploadStatus
.
preUpload
.
rawValue
{
// 待上传
self
.
viewModel
.
showUploadSheetView
(
supplementId
:
supplementId
)
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/FileList(文件清单)/V/YHFileListItemView.swift
View file @
d9e53f0b
...
...
@@ -166,6 +166,7 @@ extension YHFileListItemView {
}
@objc
func
didItemViewClicked
()
{
printLog
(
"点击文件清单@"
)
clickBlock
?(
self
.
dataModel
)
}
}
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MyCertificates(我的证书)/VM/YHCertificateViewModel.swift
View file @
d9e53f0b
...
...
@@ -35,7 +35,6 @@ enum YHCertificateUploadStatus : Int {
class
YHCertificateViewModel
:
YHBaseViewModel
{
let
sheetView
=
YHCertificateUploadSheetView
.
sheetView
()
var
certificateEntryModel
:
YHCertificateEntryModel
?
var
arrQuestionAndAnswer
:
[
YHQuestionAndAnswerModel
?]
=
[]
var
arrFileListData
:
[
YHFileListModel
?]
=
[]
...
...
@@ -239,7 +238,8 @@ class YHCertificateViewModel: YHBaseViewModel {
extension
YHCertificateViewModel
{
func
showUploadSheetView
(
supplementId
:
Int
,
completion
:(()
->
())?)
{
let
sheetView
=
YHCertificateUploadSheetView
.
sheetView
()
sheetView
.
maxSelectCount
=
9
sheetView
.
uploadFilesBlock
=
{
[
weak
self
]
fileUrl
in
...
...
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