diff --git a/pages/orderAdmin/AdminOrderList/index.vue b/pages/orderAdmin/AdminOrderList/index.vue index dbf00ce..0f32994 100644 --- a/pages/orderAdmin/AdminOrderList/index.vue +++ b/pages/orderAdmin/AdminOrderList/index.vue @@ -129,7 +129,7 @@ that.getIndex(); }, onReachBottom() { - !that.loading && that.getIndex(); + !this.loading && this.getIndex(); }, methods: { goGoodsDeliver(item) { diff --git a/pages/user/UserBill/index.vue b/pages/user/UserBill/index.vue index 703795b..922836e 100644 --- a/pages/user/UserBill/index.vue +++ b/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() {