miroir de
https://github.com/ialley-workshop-open/uni-halo.git
synchronisé 2026-06-12 21:29:31 +08:00
fix: 修复首页加载异常问题
Cette révision appartient à :
@@ -153,7 +153,7 @@
|
||||
},
|
||||
isLoadMore: false,
|
||||
loadMoreText: '加载中...',
|
||||
result: {},
|
||||
hasNext:false,
|
||||
dataList: [],
|
||||
category: {
|
||||
loading: 'loading',
|
||||
@@ -182,7 +182,7 @@
|
||||
},
|
||||
|
||||
onReachBottom(e) {
|
||||
if (this.result.hasNext) {
|
||||
if (this.hasNext) {
|
||||
this.queryParams.page += 1;
|
||||
this.isLoadMore = true;
|
||||
this.fnGetData();
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur