|
@@ -21,7 +21,7 @@ Page({
|
|
preventDup:true,
|
|
preventDup:true,
|
|
config: {},
|
|
config: {},
|
|
orderSn:"",
|
|
orderSn:"",
|
|
- channelId: '',
|
|
|
|
|
|
+ department: '',
|
|
},
|
|
},
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -43,7 +43,7 @@ Page({
|
|
if(options.activityId){
|
|
if(options.activityId){
|
|
this.setData({
|
|
this.setData({
|
|
activityId: options.activityId,
|
|
activityId: options.activityId,
|
|
- channelId: options.channelId,
|
|
|
|
|
|
+ department: options.department,
|
|
})
|
|
})
|
|
this.getActivityDetail(options.activityId)
|
|
this.getActivityDetail(options.activityId)
|
|
}
|
|
}
|
|
@@ -53,8 +53,7 @@ Page({
|
|
action: 'visit',
|
|
action: 'visit',
|
|
businessId: options.activityId,
|
|
businessId: options.activityId,
|
|
channel: options.channel,
|
|
channel: options.channel,
|
|
- // department: options.department
|
|
|
|
- department: options.channelId
|
|
|
|
|
|
+ department: options.department
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
|
|
@@ -219,8 +218,7 @@ Page({
|
|
module: 'activity:detail',
|
|
module: 'activity:detail',
|
|
action: 'click',
|
|
action: 'click',
|
|
businessId: this.data.activityId,
|
|
businessId: this.data.activityId,
|
|
- // department: options.department
|
|
|
|
- department: this.data.channelId
|
|
|
|
|
|
+ department: this.data.department
|
|
})
|
|
})
|
|
|
|
|
|
},
|
|
},
|