在移动端鼠标失去焦点的时候,最好有个延迟
setTimeout(function () {
window.scrollTo({top: 0, left: 0, behavior: 'smooth'}) // 重点 =======当键盘收起的时候让页面回到原始位置
}, 10)
在移动端鼠标失去焦点的时候,最好有个延迟
setTimeout(function () {
window.scrollTo({top: 0, left: 0, behavior: 'smooth'}) // 重点 =======当键盘收起的时候让页面回到原始位置
}, 10)