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();
},
onReachBottom() {
!that.loading && that.getIndex();
!this.loading && this.getIndex();
},
methods: {
goGoodsDeliver(item) {

2
pages/user/UserBill/index.vue

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

Loading…
Cancel
Save