Commit a6c9710e authored by 袁玲利's avatar 袁玲利

Merge branch 'v_req_8.2' into develop

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