Commit 6d8caaa35264a8a4891749f044af5d9e421484e3
1 parent
eb8e1c43
tab切换不调用获取全部商品接口
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/tabBox/tabBox.vue
| @@ -116,7 +116,7 @@ | @@ -116,7 +116,7 @@ | ||
| 116 | return item.title === title | 116 | return item.title === title |
| 117 | }); | 117 | }); |
| 118 | // 获取爱心屋全部商品数据 | 118 | // 获取爱心屋全部商品数据 |
| 119 | - this.shopRecommendGoods(this.paging.commodity.page,this.tabbaromponents.shop_id) | 119 | + // this.shopRecommendGoods(this.paging.commodity.page,this.tabbaromponents.shop_id) |
| 120 | }, | 120 | }, |
| 121 | /** | 121 | /** |
| 122 | * 调用通用跳转 | 122 | * 调用通用跳转 |