Commit a02bca1b7fa7c7de823023537f9c3af3b3273840

Authored by 王强
1 parent 593b29a0

购好物,工会2页面添加页面渠道码~

src/pages/labourUnion2/labourUnion2.vue
... ... @@ -150,6 +150,7 @@
150 150 INIT: "init", // 初始化页面
151 151 LOAD_MORE: "loadMore" // 加载更多
152 152 },
  153 + activityCode: 'ds_fwh_203', // 页面渠道码
153 154 tabs: { // tabs设置
154 155 fixed: false, // 是否吸顶
155 156 offsetTop: 0, // 距离顶部距离
... ... @@ -693,7 +694,9 @@
693 694 };
694 695  
695 696 // 通用跳转
696   - this.$parent.gotoDetail(params);
  697 + this.$parent.gotoDetail(params, {
  698 + activityCode: this.activityCode ? this.activityCode : '' // 添加页面渠道码
  699 + });
697 700 }
698 701 } else {
699 702  
... ...