update Scroll

This commit is contained in:
梁灏 2017-10-13 18:01:40 +08:00
parent 8fc450f564
commit 46f37a1414

View file

@ -100,7 +100,7 @@
// just to improve feeling of loading and avoid scroll trailing events fired by the browser // just to improve feeling of loading and avoid scroll trailing events fired by the browser
waitOneSecond() { waitOneSecond() {
return new Promise(resolve => { return new Promise(resolve => {
setTimeout(resolve, 2000); setTimeout(resolve, 1000);
}); });
}, },