BJ_web_developers
/
jy_parkingOS
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
bb75b0a6eb9327c039670d135a797fe911be5461
Authored by
刘淇
2022-05-17 14:02:33 +0800
1 parent
b79857f8
商户券明细
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/rechargeDetail/rechargeDetail.vue
pages/rechargeDetail/rechargeDetail.vue
View file @
bb75b0a
...
...
@@ -133,7 +133,7 @@
133
133
// 上拉加载触发
134
134
onReachBottom() {
135
135
console.log('11')
136
- //
判断当前页是否大于等于总页数
136
+ //
137
137
if (this.totalPages === this.orderList.length) {
138
138
this.isLoadAll = true;
139
139
this.loadingTxt = '没有更多数据啦~';
...
...