红点
This commit is contained in:
@@ -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"
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user