소스 검색

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
+    }
   },
 
   /**