第一次使用小白求助,app 启动时候调用methods函数会提示 is not a function
hx.version: 2.8.13.20200927
onLaunch() {
console.log('on Launch', this.isIos())
plus.screen.lockOrientation('portrait-primary')
},
methods: {
isIos() {
return systemInfo.platform !== 'android'
}
}
控制台输出
TypeError: this.isIos is not a function
3 个回复
平安一生0708
我也遇到同样的问题,请问解决了吗?
4***@qq.com
请问下你们问题解决了吗? 我现在也遇到同样的问题
w***@163.com
isIos: function() {
...
}