Commit c8074be3 authored by guoyou's avatar guoyou

价格日历

parent 6c12f9ea
......@@ -564,7 +564,7 @@ export default {
this.days.push(dayobject) //将日期放入data 中的days数组 供页面渲染使用
}
//其他周
for (var i = 1; i <= 35 - this.currentWeek; i++) {
for (var i = 1; i <= 35 - this.currentWeek+7; i++) {
var d = new Date(str)
d.setDate(d.getDate() + i)
var dayobject = {}
......
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