Commit 6390d9fc authored by wangwei's avatar wangwei

invite_code处理

parent 5347375a
...@@ -385,10 +385,10 @@ ...@@ -385,10 +385,10 @@
} }
this.$sa.track('viewCourseDetail',{ this.$sa.track('viewCourseDetail',{
courseID:this.groupDetail.id, goodsID:this.groupDetail.id,
courseCate:this.groupDetail.course_type === 1 ? '体验课' : '正式课', courseCate:this.groupDetail.course_type === 1 ? '体验课' : '正式课',
lessonNumber:this.groupDetail.watch_num, lessonNumber:this.groupDetail.watch_num,
courseTitle:this.groupDetail.name, goodsName:this.groupDetail.name,
coursePrice:this.groupDetail.original_price/100, coursePrice:this.groupDetail.original_price/100,
discountPrice:this.groupDetail.current_price/100 discountPrice:this.groupDetail.current_price/100
}); });
......
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