Commit 3b586675 authored by 袁玲利's avatar 袁玲利

去掉console

parent 63f55650
......@@ -189,7 +189,6 @@
let year = this.shareDate.getFullYear();
let curMonth = this.shareDate.getMonth();
let date = this.shareDate.getDate();
console.log(date,'date',curMonth, 'curMonth')
let obj = {
year: year,
month: curMonth,
......
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