董佳音

修改预约课堂 mettingid 错误问题

@@ -33,6 +33,7 @@ class SubscribeApe extends Ape { @@ -33,6 +33,7 @@ class SubscribeApe extends Ape {
33 let that = this; 33 let that = this;
34 let _url = ClassDataProxy.locationProtocol + ClassDataProxy.locationProt + '/studentMeeting/addStudentMeeting'; 34 let _url = ClassDataProxy.locationProtocol + ClassDataProxy.locationProt + '/studentMeeting/addStudentMeeting';
35 let status = $(evt.currentTarget).attr('data'); 35 let status = $(evt.currentTarget).attr('data');
  36 + let id = $('#lanclassBox').attr('data');
36 this.id = id; 37 this.id = id;
37 $.ajax({ 38 $.ajax({
38 type: "POST", 39 type: "POST",