Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
GeliBusinessPlatform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ljy
GeliBusinessPlatform
Commits
0065d222
Commit
0065d222
authored
May 27, 2020
by
刘俊宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
586 iOS:商品管理→列表,排序,请把当前排序条件在点开浮层时也展示出来。
parent
cce929f9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
...ata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/View/HeaderSelectView/HeaderSelectView.swift
...nessPlatform/View/HeaderSelectView/HeaderSelectView.swift
+2
-0
GeliBusinessPlatform/ViewController/商品管理/GoodsManageListVC.swift
...inessPlatform/ViewController/商品管理/GoodsManageListVC.swift
+3
-1
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
View file @
0065d222
No preview for this file type
GeliBusinessPlatform/View/HeaderSelectView/HeaderSelectView.swift
View file @
0065d222
...
...
@@ -92,6 +92,8 @@ class HeaderSelectView: UIView {
firstBtn
.
setTitle
(
str1
,
for
:
.
normal
)
}
else
if
index
==
1
{
secBtn
.
setTitle
(
str1
,
for
:
.
normal
)
}
else
if
index
==
2
{
thereBtn
.
setTitle
(
str1
,
for
:
.
normal
)
}
}
firstBtn
.
setTitleColor
(
dowColor
,
for
:
.
normal
)
...
...
GeliBusinessPlatform/ViewController/商品管理/GoodsManageListVC.swift
View file @
0065d222
...
...
@@ -324,7 +324,9 @@ class GoodsManageListVC: BaseViewController, UICollectionViewDelegate, UICollect
}
else
if
showSelectvIndex
==
1
{
let
arr2
=
[
"全部"
,
"下架"
,
"上架"
]
arr
.
append
(
arr2
[
sender
])
}
else
if
showSelectvIndex
==
2
{
let
arr1
=
[
"新增时间最新排序"
,
"新增时间最早排序"
,
"销量最多排序"
,
"销量最少排序"
]
arr
.
append
(
arr1
[
sender
])
}
selectV
.
colseBytitleArr
(
arr
:
arr
,
index
:
showSelectvIndex
)
loadData
()
...
...
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