Commit 95cc4db4abeffdcf792d5abb2a16964d4472c66c

Authored by 王强
1 parent bc92f204

新版工会页面,change函数优化~

src/pages/labourUnion2/labourUnion2.vue
@@ -286,9 +286,9 @@ @@ -286,9 +286,9 @@
286 286
287 // 根据参数判断请求哪个接口,获取哪个列表 287 // 根据参数判断请求哪个接口,获取哪个列表
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)) { 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 // 回到顶部