App onshow第一次进入正常,还可以获取到this
当切到后台触发App 的onHide 打印出this居然是undefined
切回来再次触发onShow this也是undefined了
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 10.13.3
HBuilderX类型: 正式
HBuilderX版本号: 2.6.16
手机系统: Android
手机系统版本号: Android 9.0
手机厂商: 华为
手机机型: 荣耀9
页面类型: vue
打包方式: 云端
项目创建方式: HBuilderX
App onshow第一次进入正常,还可以获取到this
当切到后台触发App 的onHide 打印出this居然是undefined
切回来再次触发onShow this也是undefined了
this应该存在
this 为undefined
App onshow第一次进入正常,还可以获取到this
当切到后台触发App 的onHide 打印出this居然是undefined
切回来再次触发onShow this也是undefined了
onShow() {
console.log('this', this);
},
onHide() {
console.log('this', this);
}
0 个回复