Skip to content

Commit 05c0f84

Browse files
author
jikeytang
committed
update
1 parent d089206 commit 05c0f84

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

d/03/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,14 +243,10 @@
243243
dog.on(this.next, 'click', this.nextMonthHandle.bind(this));
244244
},
245245
nextMonthHandle : function(e){
246-
var today = this.time,
247-
date = today.date,
248-
year = today.year
246+
var date = this.time.date
249247

250248
date.setMonth(++this.month)
251-
console.log(date.getMonth());
252-
var after = this.getFullTime(date)
253-
this.fill(after)
249+
this.fill(this.getFullTime(date))
254250
this.fillYear()
255251
},
256252
removeNextMonth: function(){

0 commit comments

Comments
 (0)