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
59fe9fe9
Commit
59fe9fe9
authored
May 28, 2020
by
刘俊宏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
569 iOS:各内容列表,补充“暂无内容”的提示,如订单管理列表为空时。不要显示只显示“点击或上拉加载更多”
parent
aaaac4f0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
...ata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
+0
-0
GeliBusinessPlatform/ViewController/商品管理/GoodsManageListVC.swift
...inessPlatform/ViewController/商品管理/GoodsManageListVC.swift
+5
-1
GeliBusinessPlatform/ViewController/订单列表/OrderListVC.swift
GeliBusinessPlatform/ViewController/订单列表/OrderListVC.swift
+5
-0
No files found.
GeliBusinessPlatform.xcworkspace/xcuserdata/liujunhong.xcuserdatad/UserInterfaceState.xcuserstate
View file @
59fe9fe9
No preview for this file type
GeliBusinessPlatform/ViewController/商品管理/GoodsManageListVC.swift
View file @
59fe9fe9
...
...
@@ -149,7 +149,11 @@ class GoodsManageListVC: BaseViewController, UICollectionViewDelegate, UICollect
})
},
completion
:
nil
)
}
if
dataM
.
data
?
.
count
==
0
{
self
.
collection
?
.
mj_footer
?
.
endRefreshingWithNoMoreData
()
}
else
{
self
.
collection
?
.
mj_footer
?
.
endRefreshing
()
}
})
{
(
error
)
in
self
.
collection
?
.
mj_header
?
.
endRefreshing
()
}
...
...
GeliBusinessPlatform/ViewController/订单列表/OrderListVC.swift
View file @
59fe9fe9
...
...
@@ -93,6 +93,11 @@ class OrderListVC: BaseViewController, UITableViewDelegate, UITableViewDataSourc
})
},
completion
:
nil
)
if
dataM
.
data
?
.
count
==
0
{
self
.
tableV
?
.
mj_footer
?
.
endRefreshingWithNoMoreData
()
}
else
{
self
.
tableV
?
.
mj_footer
?
.
endRefreshing
()
}
})
{
(
error
)
in
self
.
tableV
?
.
mj_header
?
.
endRefreshing
()
...
...
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