From 1ce1f4316ade19b1385b2348c261d0f1bcaf5987 Mon Sep 17 00:00:00 2001 From: gaoxs Date: Wed, 22 Jul 2020 17:37:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9uniapp=20userBill=E4=B8=8A?= =?UTF-8?q?=E6=8B=89=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/orderAdmin/AdminOrderList/index.vue | 2 +- pages/user/UserBill/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() {