diff --git a/src/pages/index/dialog.vue b/src/pages/index/dialog.vue index 2af76cf5..f8d26468 100644 --- a/src/pages/index/dialog.vue +++ b/src/pages/index/dialog.vue @@ -868,9 +868,10 @@ // #ifdef APP-PLUS isIos = plus.os.name == 'iOS'; // #endif - return isIos || keyBoardIsHide.value - ? 0 + 'px' - : parseInt(keyboardHeight.value) + parseInt(bottomHeight.value) + 'px'; + return 0 + 'px' + // return isIos || keyBoardIsHide.value + // ? 0 + 'px' + // : parseInt(keyboardHeight.value) + parseInt(bottomHeight.value) + 'px'; }); const changeAppHeightBottom = (height) => { //#ifdef APP-PLUS