浏览代码

Merge remote-tracking branch 'origin/bobo/fix/welfgo-220216'

xing.li 3 年之前
父节点
当前提交
57698423f2
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      pages/welfareMall/activityInfo/activityInfo.js

+ 6 - 0
pages/welfareMall/activityInfo/activityInfo.js

@@ -46,6 +46,12 @@ Page({
       businessId: options.activityId,
     })
     
+    if (options.channel) {
+      this.refStatisticsPostParam.channel = options.channel
+    }
+    if (options.department) {
+      this.refStatisticsPostParam.department = options.department
+    }
   },
 
   /**