Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lea guo
2019-10-16 16:13:52 +0800
Commit
40c81a8b73b323f6f0043d6ebaaed259e772bc2b
1 parent
fa4aefc5
订单列表
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
apps/pages/order/order-list/in-sell-order-list.vue
apps/pages/order/order-list/order-list.vue
apps/pages/order/order-list/in-sell-order-list.vue
View file @
40c81a8
...
...
@@ -71,7 +71,12 @@ export default {
options: function() {
return {
pullUpLoad: this.pullUpLoad,
pullDownRefresh: true
pullDownRefresh: this.isShowEmpty
? false
: {
txt: "更新成功"
},
bounce: this.isShowEmpty ? false : true
};
},
isFetchEntryOrder() {
...
...
apps/pages/order/order-list/order-list.vue
View file @
40c81a8
...
...
@@ -99,6 +99,7 @@ export default {
options: function() {
return {
pullUpLoad: this.pullUpLoad,
bounce: this.isShowEmpty ? false : true,
pullDownRefresh: this.isShowEmpty
? false
: {
...
...
Please
register
or
login
to post a comment