Authored by 邱骏

去掉下拉刷新

... ... @@ -61,10 +61,7 @@ export default {
title: '订单',
classes: {},
scrollOption: {
pullDownRefresh: {
threshold: 70,
stop: 90
},
pullDownRefresh: false,
observeDOM: false,
pullUpLoad: false // 关闭了上拉加载
},
... ... @@ -84,8 +81,6 @@ export default {
...mapState(['productInfo', 'skcs']),
},
beforeRouteLeave(from, to, next) {
console.log('from', from);
console.log('to', to);
this.$refs.modalPrice.hide();
next();
},
... ...