mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
Fix bug
This commit is contained in:
parent
6f2d25fd31
commit
4dc3ffbb91
@ -48,7 +48,7 @@ export default Vue.extend({
|
|||||||
this.moreFetching = true;
|
this.moreFetching = true;
|
||||||
(this as any).api('i/favorites', {
|
(this as any).api('i/favorites', {
|
||||||
limit: 11,
|
limit: 11,
|
||||||
maxId: this.favorites[this.favorites.length - 1].id
|
untilId: this.favorites[this.favorites.length - 1].id
|
||||||
}).then(favorites => {
|
}).then(favorites => {
|
||||||
if (favorites.length == 11) {
|
if (favorites.length == 11) {
|
||||||
this.existMore = true;
|
this.existMore = true;
|
||||||
|
@ -53,7 +53,7 @@ export default Vue.extend({
|
|||||||
this.moreFetching = true;
|
this.moreFetching = true;
|
||||||
(this as any).api('i/favorites', {
|
(this as any).api('i/favorites', {
|
||||||
limit: 11,
|
limit: 11,
|
||||||
maxId: this.favorites[this.favorites.length - 1].id
|
untilId: this.favorites[this.favorites.length - 1].id
|
||||||
}).then(favorites => {
|
}).then(favorites => {
|
||||||
if (favorites.length == 11) {
|
if (favorites.length == 11) {
|
||||||
this.existMore = true;
|
this.existMore = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user