es6某些语法开发者工具无法通过编译
![](https://image.wxopen.club/content_7e48f4e2-4c0d-11ea-a4c4-001a7dda7111.png)
wx.getSystemInfo({
success: e = > {
this.globalData.StatusBar = e.statusBarHeight;
this.globalData.CustomBar = e.platform == ‘android’ ? e.statusBarHeight + 50 : e.statusBarHeight + 45;
}
})