Commit bb75b0a6eb9327c039670d135a797fe911be5461

Authored by 刘淇
1 parent b79857f8

商户券明细

pages/rechargeDetail/rechargeDetail.vue
@@ -133,7 +133,7 @@ @@ -133,7 +133,7 @@
133 // 上拉加载触发 133 // 上拉加载触发
134 onReachBottom() { 134 onReachBottom() {
135 console.log('11') 135 console.log('11')
136 - // 判断当前页是否大于等于总页数 136 + //
137 if (this.totalPages === this.orderList.length) { 137 if (this.totalPages === this.orderList.length) {
138 this.isLoadAll = true; 138 this.isLoadAll = true;
139 this.loadingTxt = '没有更多数据啦~'; 139 this.loadingTxt = '没有更多数据啦~';