修改uniapp userBill上拉报错的问题

This commit is contained in:
gaoxs
2020-07-22 17:37:06 +08:00
parent 951166db47
commit 1ce1f4316a
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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() {