Commit a26b67016748d8f5755ed22347791ab3a643b3a6

Authored by 王强
1 parent 2f36d8cf

工会商品列表页面,通用跳转42,多传信息:to = 工会id,shop_type = '1',代表工会过来的~

src/pages/labourUnion/labourUnion.vue
... ... @@ -450,8 +450,8 @@
450 450 // 跳转参数
451 451 let params = {
452 452 type: '42',
453   - to: '',
454   - shop_type: ''
  453 + to: this.$route.query.ghId,
  454 + shop_type: '1'
455 455 };
456 456  
457 457 // 通用跳转
... ...