修改uniapp userBill上拉报错的问题
This commit is contained in:
@ -129,7 +129,7 @@
|
||||
that.getIndex();
|
||||
},
|
||||
onReachBottom() {
|
||||
!that.loading && that.getIndex();
|
||||
!this.loading && this.getIndex();
|
||||
},
|
||||
methods: {
|
||||
goGoodsDeliver(item) {
|
||||
|
@ -70,7 +70,7 @@ export default {
|
||||
that.getIndex();
|
||||
},
|
||||
onReachBottom() {
|
||||
!that.loading && that.getIndex();
|
||||
!this.loading && this.getIndex();
|
||||
},
|
||||
methods: {
|
||||
code: function() {
|
||||
|
Reference in New Issue
Block a user