Commit ac504522 by 谢中龙

修改字段

parent a8434c92
......@@ -83,6 +83,19 @@ wxService.page({
this.initPage(this.data.pageId);
}
//判断是否带m 触点
let memberId = options.memberId;
if (memberId) {
let tentacleInfo = {
content: '小程序动态页面',
title: '小程序动态页面',
tentacleId: memberId,
contentType: app.globalData.contants.SHARE_TYPE.HOME,
type: 3// 1:门店,2:员工(暂时不做),3:会员,4:第三方外部渠道,5:智能营销
};
this.generatePointObject(tentacleInfo);
}
},
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment