Fix(AI):[#3606]苹果手机键盘底部及开启新对话按钮没有留空隙

This commit is contained in:
lifizer
2025-04-08 12:20:09 +08:00
parent f6851bfa77
commit 16abf0fdb6
6 changed files with 34 additions and 4 deletions
+3
View File
@@ -453,6 +453,9 @@ export default {
}
})
},
onShow() {
wx.offKeyboardHeightChange()
},
onHide() {
this.pageToHideHandle()
},