update TimePicker & BackTop

update TimePicker & BackTop
This commit is contained in:
梁灏 2016-12-27 12:00:45 +08:00
parent 36628acaab
commit 2d94873892
9 changed files with 179 additions and 98 deletions

View file

@ -63,7 +63,7 @@
minutes: newVal.getMinutes(),
seconds: newVal.getSeconds()
});
this.$nextTick(() => this.scrollTop());
// this.$nextTick(() => this.scrollTop());
}
}
},
@ -81,9 +81,6 @@
this.date.setSeconds(date.seconds);
this.seconds = this.date.getSeconds();
}
},
scrollTop () {
}
}
};