提交 f02b65d0 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

到底啦文案显示逻辑

上级 ffbcc2a6
...@@ -130,10 +130,9 @@ ...@@ -130,10 +130,9 @@
if(this.pageNo ==1) { if(this.pageNo ==1) {
this.personDetails = res.data.personalDetails this.personDetails = res.data.personalDetails
if(res.data.hasNextPage) { if(res.data.hasNextPage) {
this.noMore = true;
} else {
this.busy = false; this.busy = false;
} else {
this.noMore = true;
} }
} else { } else {
if(res.data.hasNextPage) { if(res.data.hasNextPage) {
...@@ -142,7 +141,6 @@ ...@@ -142,7 +141,6 @@
} else { } else {
this.noMore = true this.noMore = true
} }
} }
} else { } else {
this.personDetails = [] this.personDetails = []
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册