Commit fd4662a4 authored by 黄奎's avatar 黄奎

页面修改

parent 33dcd21e
......@@ -193,7 +193,6 @@
//选择课程切换价格
changePrice() {
let temp = this.CourseList.find(x => x.CourseId == this.OrderMsg.CourseId);
console.log("temp", temp);
if (temp) {
this.OrderMsg.Unit_Price = temp.SellPrice;
this.UnitPrice = temp.SellPrice;
......
......@@ -346,7 +346,7 @@
var month = nowDay.getMonth() + 1; //月
var day = nowDay.getDate(); //日
var currentDay = year + '-' + month + '-' + day;
// this.msg.StartTime = currentDay
this.msg.StartTime = currentDay
},
mounted() {
this.getList();
......
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