es6某些语法开发者工具无法通过编译
wx.getSystemInfo({
success: e = > {
this.globalData.StatusBar = e.statusBarHeight;
this.globalData.CustomBar = e.platform == ‘android’ ? e.statusBarHeight + 50 : e.statusBarHeight + 45;
}
})