Commit 95cc4db4abeffdcf792d5abb2a16964d4472c66c
1 parent
bc92f204
新版工会页面,change函数优化~
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/labourUnion2/labourUnion2.vue
| ... | ... | @@ -286,9 +286,9 @@ |
| 286 | 286 | |
| 287 | 287 | // 根据参数判断请求哪个接口,获取哪个列表 |
| 288 | 288 | if (this.tabs.list[this.tabs.active].type == '1' && (!this.tabs.list[this.tabs.active].page || this.tabs.list[this.tabs.active].page == 1)) { |
| 289 | - | |
| 289 | + | |
| 290 | 290 | // 工会商品列表(初始化) |
| 291 | - this.ghGoodsList(this.CALL_STATUS.INIT); | |
| 291 | + this.shopNewGoodsList(this.CALL_STATUS.INIT); | |
| 292 | 292 | } |
| 293 | 293 | |
| 294 | 294 | // 回到顶部 | ... | ... |