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
d04a5c24
Commit
d04a5c24
authored
Sep 13, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 资料上传
parent
94b2a09e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
12 deletions
+5
-12
YHResignMaterialUploadVC.swift
...gnMaterialManage(续期资料管理)/C/YHResignMaterialUploadVC.swift
+4
-11
YHMaterialListModel.swift
.../ResignMaterialManage(续期资料管理)/M/YHMaterialListModel.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignMaterialManage(续期资料管理)/C/YHResignMaterialUploadVC.swift
View file @
d04a5c24
...
...
@@ -287,9 +287,6 @@ extension YHResignMaterialUploadVC: UITableViewDelegate, UITableViewDataSource {
private
func
tableView
(
_
tableView
:
UITableView
,
viewForHeaderInSection
section
:
Int
)
->
CGFloat
{
if
section
==
0
{
// if supplementInfo.templateInfo.isNeedShowTemplate() {
// return UITableView.automaticDimension
// }
return
UITableView
.
automaticDimension
}
return
UITableView
.
automaticDimension
...
...
@@ -299,11 +296,7 @@ extension YHResignMaterialUploadVC: UITableViewDelegate, UITableViewDataSource {
let
view
=
UIView
()
if
section
==
0
{
// 证件示例模版
// if !supplementInfo.templateInfo.isNeedShowTemplate() {
// return view
// }
let
titlelabel
=
UILabel
()
titlelabel
.
textColor
=
UIColor
.
mainTextColor
titlelabel
.
textAlignment
=
.
left
...
...
@@ -512,9 +505,9 @@ extension YHResignMaterialUploadVC: UITableViewDelegate, UITableViewDataSource {
if
indexPath
.
section
==
0
{
// 模版列表
if
0
<=
indexPath
.
row
&&
indexPath
.
row
<
templateArr
.
count
{
let
path
=
templateArr
[
indexPath
.
row
]
print
(
path
.
file
_u
rl
)
if
!
path
.
file
_u
rl
.
isEmpty
{
self
.
previewFileTool
.
openXLSXRemoteFile
(
urlString
:
path
.
file
_u
rl
,
fileName
:
"预览"
)
print
(
path
.
file
U
rl
)
if
!
path
.
file
U
rl
.
isEmpty
{
self
.
previewFileTool
.
openXLSXRemoteFile
(
urlString
:
path
.
file
U
rl
,
fileName
:
"预览"
)
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignMaterialManage(续期资料管理)/M/YHMaterialListModel.swift
View file @
d04a5c24
...
...
@@ -98,7 +98,7 @@ class YHResignTemplateDetail: SmartCodable {
class
YHResignTemplateItemModel
:
SmartCodable
{
var
name
:
String
=
""
var
file
_u
rl
:
String
=
""
var
file
U
rl
:
String
=
""
required
init
()
{
...
...
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