Authored by yyq

fix page

... ... @@ -46,6 +46,7 @@ export default {
}
this.fetching = true;
this.page = this.page || 1;
const result = await this.fetchFindNiceGoodsArticles({
page: this.page
... ...