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
abd66f84
Commit
abd66f84
authored
Aug 12, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加仅协作订单显示逻辑
parent
0f658328
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
YHOrderDetailViewController.swift
...elligentService(服务中心)/C/YHOrderDetailViewController.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHOrderDetailViewController.swift
View file @
abd66f84
...
@@ -121,11 +121,11 @@ extension YHOrderDetailViewController: UITableViewDelegate, UITableViewDataSourc
...
@@ -121,11 +121,11 @@ extension YHOrderDetailViewController: UITableViewDelegate, UITableViewDataSourc
func
tableView
(
_
tableView
:
UITableView
,
cellForRowAt
indexPath
:
IndexPath
)
->
UITableViewCell
{
func
tableView
(
_
tableView
:
UITableView
,
cellForRowAt
indexPath
:
IndexPath
)
->
UITableViewCell
{
let
cell
=
tableView
.
dequeueReusableCell
(
withClass
:
YHOrderDetailTableViewCell
.
self
)
let
cell
=
tableView
.
dequeueReusableCell
(
withClass
:
YHOrderDetailTableViewCell
.
self
)
cell
.
dataSource
=
dataSource
[
indexPath
.
row
]
cell
.
dataSource
=
dataSource
[
indexPath
.
row
]
if
indexPath
.
row
>
0
{
if
model
.
id
!=
-
1
&&
indexPath
.
row
==
0
{
cell
.
otherTypeView
.
isHidden
=
false
cell
.
otherTypeView
.
isHidden
=
false
cell
.
otherTypeView
.
image
=
UIImage
(
named
:
"service_my_order"
)
}
else
{
}
else
{
cell
.
otherTypeView
.
isHidden
=
false
cell
.
otherTypeView
.
isHidden
=
false
cell
.
otherTypeView
.
image
=
UIImage
(
named
:
"service_my_order"
)
}
}
cell
.
cellBlock
=
{[
weak
self
]
model
in
cell
.
cellBlock
=
{[
weak
self
]
model
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
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