修改uniapp userBill上拉报错的问题
This commit is contained in:
@ -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