Commit 792a2cd05e74b058159e61cddfe4aefb18f618f4

Authored by 王强
1 parent b2cb759e

工会商品列表页,添加跳转”订单列表“页面~

src/pages/labourUnion/labourUnion.vue
... ... @@ -410,7 +410,7 @@
410 410 // 跳转参数
411 411 let params = {
412 412 type: '42',
413   - to: item.id,
  413 + to: '',
414 414 shop_type: ''
415 415 };
416 416  
... ...