Authored by lea guo

订单列表

... ... @@ -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() {
... ...
... ... @@ -99,6 +99,7 @@ export default {
options: function() {
return {
pullUpLoad: this.pullUpLoad,
bounce: this.isShowEmpty ? false : true,
pullDownRefresh: this.isShowEmpty
? false
: {
... ...