JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug

This commit is contained in:
杨航
2026-03-09 15:23:51 +08:00
parent a430645a9c
commit 1cbf00e76a
+4 -3
View File
@@ -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