|
@@ -185,7 +185,6 @@ const _sfc_main = {
|
|
},
|
|
},
|
|
onLoad(e) {
|
|
onLoad(e) {
|
|
let { orders_product_id, course_id } = e;
|
|
let { orders_product_id, course_id } = e;
|
|
- console.log(e);
|
|
|
|
this.orders_product_id = orders_product_id;
|
|
this.orders_product_id = orders_product_id;
|
|
this.course_id = course_id;
|
|
this.course_id = course_id;
|
|
},
|
|
},
|
|
@@ -226,7 +225,6 @@ const _sfc_main = {
|
|
this.course_name = this.shcedule_list[0].course_name;
|
|
this.course_name = this.shcedule_list[0].course_name;
|
|
this.teacher_desc = this.shcedule_list[0].teacher_desc;
|
|
this.teacher_desc = this.shcedule_list[0].teacher_desc;
|
|
this.course_image = this.shcedule_list[0].course_image;
|
|
this.course_image = this.shcedule_list[0].course_image;
|
|
- console.log(this.shcedule_list);
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
//预约课程事件
|
|
//预约课程事件
|
|
@@ -320,7 +318,6 @@ const _sfc_main = {
|
|
},
|
|
},
|
|
handleSubmit() {
|
|
handleSubmit() {
|
|
this.appointTime.push(this.orderDateTime.begin);
|
|
this.appointTime.push(this.orderDateTime.begin);
|
|
- console.log(this.appointTime);
|
|
|
|
},
|
|
},
|
|
//字符串拼接
|
|
//字符串拼接
|
|
strFormat(str) {
|
|
strFormat(str) {
|
|
@@ -391,7 +388,6 @@ const _sfc_main = {
|
|
let starTimeStamp = cruTiem.start_time * 1e3;
|
|
let starTimeStamp = cruTiem.start_time * 1e3;
|
|
let endTimeStamp = cruTiem.end_time * 1e3;
|
|
let endTimeStamp = cruTiem.end_time * 1e3;
|
|
60 * 1e3 * cruTiem.duration;
|
|
60 * 1e3 * cruTiem.duration;
|
|
- console.log(starTimeStamp, endTimeStamp);
|
|
|
|
if (isQuantum) {
|
|
if (isQuantum) {
|
|
time.push({
|
|
time.push({
|
|
begin: this.timeStamp(starTimeStamp, isQuantum).hour,
|
|
begin: this.timeStamp(starTimeStamp, isQuantum).hour,
|