Browse Source

修改uniapp userBill上拉报错的问题

zyh
gaoxs 5 years ago
parent
commit
1ce1f4316a
  1. 2
      pages/orderAdmin/AdminOrderList/index.vue
  2. 2
      pages/user/UserBill/index.vue

2
pages/orderAdmin/AdminOrderList/index.vue

@ -129,7 +129,7 @@
that.getIndex(); that.getIndex();
}, },
onReachBottom() { onReachBottom() {
!that.loading && that.getIndex(); !this.loading && this.getIndex();
}, },
methods: { methods: {
goGoodsDeliver(item) { goGoodsDeliver(item) {

2
pages/user/UserBill/index.vue

@ -70,7 +70,7 @@ export default {
that.getIndex(); that.getIndex();
}, },
onReachBottom() { onReachBottom() {
!that.loading && that.getIndex(); !this.loading && this.getIndex();
}, },
methods: { methods: {
code: function() { code: function() {

Loading…
Cancel
Save