Commit b48c2b9096fa41b6148cac37631fc43797a7fde2
1 parent
ef46d7c8
代码格式整理~
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/labourUnion/labourUnion.vue
| @@ -175,8 +175,8 @@ | @@ -175,8 +175,8 @@ | ||
| 175 | // 根据参数判断请求哪个接口,获取哪个列表 | 175 | // 根据参数判断请求哪个接口,获取哪个列表 |
| 176 | if (this.tabs.list[this.tabs.active].type == '1' && (!this.tabs.list[this.tabs.active].page || this.tabs.list[this.tabs.active].page == 1)) { | 176 | if (this.tabs.list[this.tabs.active].type == '1' && (!this.tabs.list[this.tabs.active].page || this.tabs.list[this.tabs.active].page == 1)) { |
| 177 | 177 | ||
| 178 | - // 获取店铺首页推荐商品列表(初始化) | ||
| 179 | - this.getShopRecommendGoods(this.CALL_STATUS.INIT); | 178 | + // 获取店铺首页推荐商品列表(初始化) |
| 179 | + this.getShopRecommendGoods(this.CALL_STATUS.INIT); | ||
| 180 | } | 180 | } |
| 181 | 181 | ||
| 182 | // 回到顶部 | 182 | // 回到顶部 |