|
@@ -40,7 +40,7 @@ Page({
|
|
this.getActivityDetail(options.activityId)
|
|
this.getActivityDetail(options.activityId)
|
|
}
|
|
}
|
|
|
|
|
|
- Statistics.done({
|
|
|
|
|
|
+ this.refStatisticsPostParam = Statistics.done({
|
|
module: 'activity:detail',
|
|
module: 'activity:detail',
|
|
action: 'visit',
|
|
action: 'visit',
|
|
businessId: options.activityId,
|
|
businessId: options.activityId,
|
|
@@ -173,7 +173,7 @@ Page({
|
|
preventDup:false
|
|
preventDup:false
|
|
})
|
|
})
|
|
try {
|
|
try {
|
|
- let res = await WelfareMall.createOrder(_self.data.userMobile, _self.data.detail.activityId,1);
|
|
|
|
|
|
+ let res = await WelfareMall.createOrder(_self.data.userMobile, _self.data.detail.activityId,1, "", this.refStatisticsPostParam);
|
|
_self.setData({
|
|
_self.setData({
|
|
orderInfo: res.data,
|
|
orderInfo: res.data,
|
|
})
|
|
})
|