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
7ecd998f
Commit
7ecd998f
authored
Aug 13, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 原则批
parent
06c36781
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
YHPrincipleUploadListVC.swift
...rvice/PrincipleBatch(原则批)/C/YHPrincipleUploadListVC.swift
+1
-1
YHPrincipleUploadStatusCell.swift
...e/PrincipleBatch(原则批)/V/YHPrincipleUploadStatusCell.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/C/YHPrincipleUploadListVC.swift
View file @
7ecd998f
...
@@ -384,7 +384,7 @@ extension YHPrincipleUploadListVC: UITableViewDelegate, UITableViewDataSource {
...
@@ -384,7 +384,7 @@ extension YHPrincipleUploadListVC: UITableViewDelegate, UITableViewDataSource {
let
cell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
YHPrincipleUploadStatusCell
.
cellReuseIdentifier
,
for
:
indexPath
)
as!
YHPrincipleUploadStatusCell
let
cell
=
tableView
.
dequeueReusableCell
(
withIdentifier
:
YHPrincipleUploadStatusCell
.
cellReuseIdentifier
,
for
:
indexPath
)
as!
YHPrincipleUploadStatusCell
let
model
=
m
as!
YHPrincipleAgreementModel
let
model
=
m
as!
YHPrincipleAgreementModel
if
isNeedShowSubmitCheckError
,
model
.
content_url
.
count
<=
0
{
if
isNeedShowSubmitCheckError
,
model
.
isMust
==
true
,
model
.
content_url
.
count
<=
0
{
model
.
isShowRedTips
=
true
model
.
isShowRedTips
=
true
}
else
{
}
else
{
model
.
isShowRedTips
=
false
model
.
isShowRedTips
=
false
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/V/YHPrincipleUploadStatusCell.swift
View file @
7ecd998f
...
@@ -441,7 +441,7 @@ class YHPrincipleUploadStatusCell: UITableViewCell {
...
@@ -441,7 +441,7 @@ class YHPrincipleUploadStatusCell: UITableViewCell {
return
"请上传申请人意见访问"
return
"请上传申请人意见访问"
}
}
if
type
==
YHPrincipleAgreementType
.
other
.
rawValue
{
if
type
==
YHPrincipleAgreementType
.
other
.
rawValue
{
return
""
return
"
请上传其他证明材料
"
}
}
return
""
return
""
}
}
...
...
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