Commit c93eea23 by liang ce

修改进入会议室的时候每次都是当天

parent 6f55dbbe
......@@ -72,8 +72,8 @@ create.Page({
userId: ""
},
onLoad(query) {
// let date = new Date(this.$store.data.startTime.replace(/-/g, "/"));
let date = new Date();
let date = new Date(this.$store.data.startTime.replace(/-/g, "/"));
// let date = new Date();
let year = date.getFullYear();
let month = padZero(date.getMonth() + 1);
let day = padZero(date.getDate());
......
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