Fix(AI):[#3681]AI对话点击手机侧边返回按钮,会回到小程序首页

This commit is contained in:
lifizer
2025-04-22 13:34:26 +08:00
parent 30bb94130d
commit 39a54efc27
3 changed files with 30 additions and 11 deletions
-11
View File
@@ -68,17 +68,6 @@ export const chatMixins = {
}
}.bind(this)).exec()
},
onLoad(options) {
if (!options.click) {
uni.switchTab({ url: '/pages/home/index' })
return
}
// 监听键盘高度变化
wx.onKeyboardHeightChange((res) => {
console.log('监听键盘高度变化%s', res.height)
this.keyboardHeight = res.height
})
},
onUnload() {
this.closeWsFn()
// console.log('在页面卸载时取消监听')