|
|
@ -146,7 +146,7 @@ Page({ |
|
|
isDragging: true |
|
|
isDragging: true |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
let newTop = this.data.sidebarBtnTop + diffY * 2; |
|
|
let newTop = this.data.sidebarBtnTop + diffY * 3; |
|
|
|
|
|
|
|
|
const systemInfo = wx.getSystemInfoSync(); |
|
|
const systemInfo = wx.getSystemInfoSync(); |
|
|
const screenHeight = systemInfo.screenHeight * 2; |
|
|
const screenHeight = systemInfo.screenHeight * 2; |
|
|
|