|
@@ -42,6 +42,7 @@ Page({
|
|
console.log(userMobile);
|
|
console.log(userMobile);
|
|
if(options.activityId){
|
|
if(options.activityId){
|
|
this.setData({
|
|
this.setData({
|
|
|
|
+ activityId: options.activityId,
|
|
channelId: options.channelId,
|
|
channelId: options.channelId,
|
|
})
|
|
})
|
|
this.getActivityDetail(options.activityId)
|
|
this.getActivityDetail(options.activityId)
|
|
@@ -214,6 +215,14 @@ Page({
|
|
app.showToast(err.msg);
|
|
app.showToast(err.msg);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ Statistics.done({
|
|
|
|
+ module: 'activity:detail',
|
|
|
|
+ action: 'click',
|
|
|
|
+ businessId: this.data.activityId,
|
|
|
|
+ // department: options.department
|
|
|
|
+ department: this.data.channelId
|
|
|
|
+ })
|
|
|
|
+
|
|
},
|
|
},
|
|
/**
|
|
/**
|
|
* 获取订单参数
|
|
* 获取订单参数
|