Commit dceaa0a5 authored by 石盼盼's avatar 石盼盼

test

parent 0b80a25e
...@@ -21,7 +21,6 @@ Page({ ...@@ -21,7 +21,6 @@ Page({
class_single_id: options.class_single_id, class_single_id: options.class_single_id,
course_id : options.course_id course_id : options.course_id
}) })
console.log(options)
this.getComment() this.getComment()
}, },
...@@ -116,7 +115,6 @@ Page({ ...@@ -116,7 +115,6 @@ Page({
badge_ids: this.data.badge_ids.toString(), badge_ids: this.data.badge_ids.toString(),
class_id: this.data.class_id, class_id: this.data.class_id,
class_single_id: this.data.class_single_id, class_single_id: this.data.class_single_id,
// coach_id : 5,
coach_id: app.globalData.coach_id, coach_id: app.globalData.coach_id,
}, },
type: 'POST', type: 'POST',
...@@ -124,7 +122,6 @@ Page({ ...@@ -124,7 +122,6 @@ Page({
let params = { let params = {
url: 'coach/comment_save', url: 'coach/comment_save',
data: { data: {
// coach_id : 5,
coach_id: app.globalData.coach_id, coach_id: app.globalData.coach_id,
lesson_id: this.data.class_single_id, lesson_id: this.data.class_single_id,
child_id: this.data.child_id, child_id: this.data.child_id,
......
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