Showing
1 changed file
with
1 additions
and
0 deletions
@@ -46,6 +46,7 @@ export default { | @@ -46,6 +46,7 @@ export default { | ||
46 | } | 46 | } |
47 | 47 | ||
48 | this.fetching = true; | 48 | this.fetching = true; |
49 | + this.page = this.page || 1; | ||
49 | 50 | ||
50 | const result = await this.fetchFindNiceGoodsArticles({ | 51 | const result = await this.fetchFindNiceGoodsArticles({ |
51 | page: this.page | 52 | page: this.page |
-
Please register or login to post a comment