diff --git a/pages/index/index.js b/pages/index/index.js index 9bbcc1f..89479c1 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -146,7 +146,7 @@ Page({ isDragging: true }); - let newTop = this.data.sidebarBtnTop + diffY * 2; + let newTop = this.data.sidebarBtnTop + diffY * 3; const systemInfo = wx.getSystemInfoSync(); const screenHeight = systemInfo.screenHeight * 2;