JLBA202505130001_关于吉林银行新建AI智能培训系统的需求_fix: bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user