This commit is contained in:
2020-08-14 10:00:27 +08:00
parent 90e9e06915
commit bc2731f1f9
6 changed files with 26 additions and 6 deletions

View File

@@ -63,7 +63,7 @@
this.attention = res.data.data;
}
this.status = "loadmore"
if(res.data.data.length < 15){
if(res.data.data.length < parseInt(res.data.per_page)){
this.status = "nomore"
}
})