@@ -148,7 +148,7 @@ const touchstart = e => {
const touchend = e => {
const cha = startY - e.changedTouches[0].clientY;
- if(Date.now() - time < 200) return
+ if(Date.now() - time < 50) return
if (!isChangePage(cha)) return;
// cha > 0 向上滑动手指
// cha < 0 向下滑动手指