export default {
data() {
return {
}
},
methods: {
},
onBackPress() {
console.log('back')
return true
}
}
- 发布:2024-09-09 16:12
- 更新:2024-09-09 16:31
- 阅读:242
产品分类: uniapp/小程序/微信
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 11
HBuilderX类型: 正式
HBuilderX版本号: 4.24
第三方开发者工具版本号: RC 1.06.2404301
基础库版本号: 3.5.6
项目创建方式: HBuilderX
示例代码:
操作步骤:
使用onBackPress拦截返回没有任何效果,console.log 也没有运行
使用onBackPress拦截返回没有任何效果,console.log 也没有运行
预期结果:
使用onBackPress拦截返回没有任何效果,console.log 也没有运行
使用onBackPress拦截返回没有任何效果,console.log 也没有运行
实际结果:
使用onBackPress拦截返回没有任何效果,console.log 也没有运行
使用onBackPress拦截返回没有任何效果,console.log 也没有运行
bug描述:
使用onBackPress拦截返回没有任何效果,console.log 也没有运行
5***@qq.com
H5也不支持。
2024-11-05 10:09