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