diff --git a/components/vc-recommend/vc-recommend.vue b/components/vc-recommend/vc-recommend.vue index b2ed231..f73fcfe 100644 --- a/components/vc-recommend/vc-recommend.vue +++ b/components/vc-recommend/vc-recommend.vue @@ -115,7 +115,7 @@ }, _doSelect: function(item) { this.curCategoryId = item.mainCategoryId; - this.pagefrom =1; + this.pagefrom =0; this.products=[]; this._loadRecommendProdcut(); }