Commit ab1f4ed9 authored by JingChao's avatar JingChao

content

parent ea9b1d9f
......@@ -69,7 +69,7 @@ export default {
}
this.contentsHeight = this.$el.style.height.slice(0, this.$el.style.height.length - 2)
if ($config.isMobilePlatform && detectOS() === 'ios') {
document.body.addEventListener('focusin', (e) => {
document.body.addEventListener('focusin', () => {
// 软键盘弹出的事件处理
let keyboardHeight = this.getKeyBoardHeight()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment