解决渲染效果

This commit is contained in:
WangHao 2020-10-18 01:04:03 +08:00
parent 368bfc5c85
commit e7b6e1f5dc

View File

@ -547,7 +547,9 @@
if (i > listcount||m > listcount) { if (i > listcount||m > listcount) {
// //
that.noMore = true; that.noMore = true;
that.listnoMore = true; if (that.queryParams.pageNum!=0&&that.noteParams.pageNum!=0) {
that.listnoMore = true;
}
that.listloading = false that.listloading = false
return; return;
} else { } else {